mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Improve build script.
This commit is contained in:
@@ -267,8 +267,12 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ] || [ "$BuildTarget
|
||||
fi
|
||||
|
||||
if [ "$NotarizeRequestId" == "" ]; then
|
||||
rm "$ReleasePath/$BinaryName.app/Contents/Info.plist"
|
||||
rm "$ProjectPath/Telegram/CMakeFiles/Telegram.dir/Info.plist"
|
||||
if [ -f "$ReleasePath/$BinaryName.app/Contents/Info.plist" ]; then
|
||||
rm "$ReleasePath/$BinaryName.app/Contents/Info.plist"
|
||||
fi
|
||||
if [ -f "$ProjectPath/Telegram/CMakeFiles/Telegram.dir/Info.plist" ]; then
|
||||
rm "$ProjectPath/Telegram/CMakeFiles/Telegram.dir/Info.plist"
|
||||
fi
|
||||
rm -rf "$ReleasePath/$BinaryName.app/Contents/_CodeSignature"
|
||||
|
||||
./configure.sh
|
||||
|
||||
Reference in New Issue
Block a user