FIx dmg suffix.
This commit is contained in:
parent
411aed7ba9
commit
9748e0c37a
@ -15,9 +15,9 @@ set -- *.dmg
|
|||||||
dmgname="$1"
|
dmgname="$1"
|
||||||
|
|
||||||
if [ "$USE_WEBENGINE" = true ]; then
|
if [ "$USE_WEBENGINE" = true ]; then
|
||||||
dmgnamenospace="rssguard-$(git rev-parse --short HEAD)-mac.AppImage"
|
dmgnamenospace="rssguard-$(git rev-parse --short HEAD)-mac.dmg"
|
||||||
else
|
else
|
||||||
dmgnamenospace="rssguard-$(git rev-parse --short HEAD)-nowebengine-mac.AppImage"
|
dmgnamenospace="rssguard-$(git rev-parse --short HEAD)-nowebengine-mac.dmg"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "File to upload: $dmgname"
|
echo "File to upload: $dmgname"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user