fix macosx bundle naming
This commit is contained in:
parent
46f3e25e92
commit
87b2fb546a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ else
|
|||
set -- *.dmg
|
||||
imagename="$1"
|
||||
|
||||
if [[ "$webengine" == "true" ]]; then
|
||||
if [[ "$webengine" == "ON" ]]; then
|
||||
imagenewname="rssguard-${git_tag}-${git_revision}-mac64.dmg"
|
||||
else
|
||||
imagenewname="rssguard-${git_tag}-${git_revision}-nowebengine-mac64.dmg"
|
||||
|
|
Loading…
Add table
Reference in a new issue