This reverts commit 1456689fd2.
This commit is contained in:
parent
1456689fd2
commit
5e418d7073
4
Makefile
4
Makefile
|
|
@ -18,7 +18,7 @@ ifdef NIGHTLY
|
||||||
deb_iteration := 0
|
deb_iteration := 0
|
||||||
tar_version := nightly
|
tar_version := nightly
|
||||||
else ifeq ($(tag),)
|
else ifeq ($(tag),)
|
||||||
version := $(next_version)~$(commit)
|
version := $(next_version)
|
||||||
rpm_version := $(version)~$(commit)-0
|
rpm_version := $(version)~$(commit)-0
|
||||||
rpm_iteration := 0
|
rpm_iteration := 0
|
||||||
deb_version := $(version)~$(commit)-0
|
deb_version := $(version)~$(commit)-0
|
||||||
|
|
@ -106,7 +106,7 @@ deps:
|
||||||
|
|
||||||
.PHONY: version
|
.PHONY: version
|
||||||
version:
|
version:
|
||||||
@echo $(version)
|
@echo $(version)-$(commit)
|
||||||
|
|
||||||
.PHONY: versioninfo
|
.PHONY: versioninfo
|
||||||
versioninfo:
|
versioninfo:
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,6 @@ amdFile=$(find "$HOME/project/dist" -name "*darwin_amd64.tar*")
|
||||||
armFile=$(find "$HOME/project/dist" -name "*darwin_arm64.tar*")
|
armFile=$(find "$HOME/project/dist" -name "*darwin_arm64.tar*")
|
||||||
macFiles=("${amdFile}" "${armFile}")
|
macFiles=("${amdFile}" "${armFile}")
|
||||||
|
|
||||||
version=$(make version)
|
|
||||||
plutil -insert CFBundleShortVersionString -string "$version" ~/project/info.plist
|
|
||||||
plutil -insert CFBundleVersion -string "$version" ~/project/info.plist
|
|
||||||
|
|
||||||
for tarFile in "${macFiles[@]}";
|
for tarFile in "${macFiles[@]}";
|
||||||
do
|
do
|
||||||
cleanup
|
cleanup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue