fix macosx bundle naming

This commit is contained in:
Martin Rotter 2022-02-02 08:52:54 +01:00
parent 46f3e25e92
commit 87b2fb546a

View File

@ -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"