mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build script for Mac App Store.
This commit is contained in:
parent
8af684f7f7
commit
58aaed4c0f
1 changed files with 3 additions and 3 deletions
|
@ -436,10 +436,10 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
|
||||||
xcrun stapler staple "$ReleasePath/$SetupFile"
|
xcrun stapler staple "$ReleasePath/$SetupFile"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
"./Packer" -path "$BinaryName.app" -target "$BuildTarget" -version $VersionForPacker $AlphaBetaParam
|
"./Packer" -path "$BinaryName.app" -target "$BuildTarget" -version $VersionForPacker $AlphaBetaParam
|
||||||
echo "Packer done!"
|
echo "Packer done!"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -d "$ReleasePath/deploy" ]; then
|
if [ ! -d "$ReleasePath/deploy" ]; then
|
||||||
mkdir "$ReleasePath/deploy"
|
mkdir "$ReleasePath/deploy"
|
||||||
|
|
Loading…
Add table
Reference in a new issue