From 58aaed4c0f5ab0c58d14e216468f55246ae80e28 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 9 May 2019 18:45:18 +0300 Subject: [PATCH] Fix build script for Mac App Store. --- Telegram/build/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegram/build/build.sh b/Telegram/build/build.sh index faa02425d5..061a72c007 100755 --- a/Telegram/build/build.sh +++ b/Telegram/build/build.sh @@ -436,10 +436,10 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg xcrun stapler staple "$ReleasePath/$SetupFile" fi fi - fi - "./Packer" -path "$BinaryName.app" -target "$BuildTarget" -version $VersionForPacker $AlphaBetaParam - echo "Packer done!" + "./Packer" -path "$BinaryName.app" -target "$BuildTarget" -version $VersionForPacker $AlphaBetaParam + echo "Packer done!" + fi if [ ! -d "$ReleasePath/deploy" ]; then mkdir "$ReleasePath/deploy"