Shortened DMG image filename, closes #3162
This commit is contained in:
parent
b3f6f1c1b5
commit
0e0f5dd80d
@ -34,7 +34,7 @@ fi
|
|||||||
# update project version
|
# update project version
|
||||||
if test -x "$(which git)" -a -d "${PROJECT_SOURCE_DIR}/.git"; then
|
if test -x "$(which git)" -a -d "${PROJECT_SOURCE_DIR}/.git"; then
|
||||||
# This is what the version ought to look like to be accurate in the git universe:
|
# This is what the version ought to look like to be accurate in the git universe:
|
||||||
PROJECT_FULL_VERSION="$(git describe --tags --always)_$(git symbolic-ref --short -q HEAD)"
|
PROJECT_FULL_VERSION="$(git describe --tags --always | sed 's/-g.*//')_$(git symbolic-ref --short -q HEAD)"
|
||||||
# outputs: 4.2-677-g904467b_master
|
# outputs: 4.2-677-g904467b_master
|
||||||
# but Apple requirements https://goo.gl/eWDQv6 state we should use this:
|
# but Apple requirements https://goo.gl/eWDQv6 state we should use this:
|
||||||
PROJECT_VERSION="$(git describe --tags --always | sed -e 's/-g.*//' -e 's/-/./')"
|
PROJECT_VERSION="$(git describe --tags --always | sed -e 's/-g.*//' -e 's/-/./')"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user