mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-06-02 03:53:42 +02:00
Allow continue macOS build after partial.
This commit is contained in:
@@ -280,7 +280,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "macstore" ]; then
|
||||
fi
|
||||
cd $ReleasePath
|
||||
fi
|
||||
if [ "$NotarizeRequestId" == "" ]; then
|
||||
if [ "$NotarizeRequestId" == "" ] || [ "$NotarizeRequestId" == "go" ]; then
|
||||
if [ "$BuildTarget" == "mac" ]; then
|
||||
if [ ! -f "$ReleasePath/$BundleName/Contents/Frameworks/Updater" ]; then
|
||||
Error "Updater not found!"
|
||||
@@ -358,7 +358,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "macstore" ]; then
|
||||
if [ "$BuildTarget" == "mac" ]; then
|
||||
cd "$ReleasePath"
|
||||
|
||||
if [ "$NotarizeRequestId" == "" ]; then
|
||||
if [ "$NotarizeRequestId" == "" ] || [ "$NotarizeRequestId" == "go" ]; then
|
||||
if [ "$AlphaVersion" == "0" ]; then
|
||||
cp -f tsetup_template.dmg tsetup.temp.dmg
|
||||
TempDiskPath=`hdiutil attach -nobrowse -noautoopenrw -readwrite tsetup.temp.dmg | awk -F "\t" 'END {print $3}'`
|
||||
@@ -391,7 +391,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "macstore" ]; then
|
||||
SetupFile="talpha${AlphaVersion}_${AlphaSignature}.zip"
|
||||
fi
|
||||
|
||||
if [ "$NotarizeRequestId" == "" ]; then
|
||||
if [ "$NotarizeRequestId" == "" ] || [ "$NotarizeRequestId" == "go" ]; then
|
||||
rm -rf "$ReleasePath/AlphaTemp"
|
||||
mkdir "$ReleasePath/AlphaTemp"
|
||||
mkdir "$ReleasePath/AlphaTemp/$BinaryName"
|
||||
|
||||
Reference in New Issue
Block a user