mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Append target to make zip-file output
This commit is contained in:
6
Makefile
6
Makefile
@@ -19,7 +19,11 @@ INSTALLNAME = dash-to-panel@jderose9.github.com
|
||||
# version is pulled from the latest git tag and the current commit SHA1 is
|
||||
# added to the metadata
|
||||
ifdef VERSION
|
||||
FILESUFFIX = _v$(VERSION)
|
||||
ifdef TARGET
|
||||
FILESUFFIX = _v$(VERSION)_$(TARGET)
|
||||
else
|
||||
FILESUFFIX = _v$(VERSION)
|
||||
endif
|
||||
else
|
||||
LATEST_TAG = $(shell git describe --match "v[0-9]*" --abbrev=0 --tags HEAD)
|
||||
VERSION = $(LATEST_TAG:v%=%)
|
||||
|
||||
Reference in New Issue
Block a user