We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b87a4 commit 4e1046eCopy full SHA for 4e1046e
Makefile
@@ -16,17 +16,6 @@ else
16
endif
17
INSTALLNAME = cosmic-dock@system76.com
18
19
-# The command line passed variable VERSION is used to set the version string
20
-# in the metadata and in the generated zip-file. If no VERSION is passed, the
21
-# current commit SHA1 is used as version number in the metadata while the
22
-# generated zip file has no string attached.
23
-ifdef VERSION
24
- VSTRING = _v$(VERSION)
25
-else
26
- VERSION = $(shell git rev-parse HEAD)
27
- VSTRING =
28
-endif
29
-
30
all: extension
31
32
clean:
@@ -91,4 +80,3 @@ _build: all
91
80
mkdir -p $$lf/LC_MESSAGES; \
92
81
cp $$l $$lf/LC_MESSAGES/dashtodock.mo; \
93
82
done;
94
- sed -i 's/"version": -1/"version": "$(VERSION)"/' _build/metadata.json;
0 commit comments