diff --git a/Telegram/Build.sh b/Telegram/Build.sh index 615639257..c0efe0de8 100755 --- a/Telegram/Build.sh +++ b/Telegram/Build.sh @@ -1,5 +1,7 @@ set -e +FastParam="$1" + while IFS='' read -r line || [[ -n "$line" ]]; do set $line eval $1="$2" @@ -189,7 +191,9 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg DropboxSymbolsPath="./../../../Dropbox/Telegram/symbols" - touch "./SourceFiles/telegram.qrc" + if [ "$FastParam" != "fast" ]; then + touch "./SourceFiles/telegram.qrc" + fi xcodebuild -project Telegram.xcodeproj -alltargets -configuration Release build if [ ! -d "$ReleasePath/$BinaryName.app" ]; then