mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Removing Info.plist file before build to force it regeneration.
This commit is contained in:
@@ -325,6 +325,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
|
|||||||
mv "$ReleasePath/$BinaryName.app.dSYM" "$DeployPath/"
|
mv "$ReleasePath/$BinaryName.app.dSYM" "$DeployPath/"
|
||||||
rm "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName"
|
rm "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName"
|
||||||
rm "$ReleasePath/$BinaryName.app/Contents/Frameworks/Updater"
|
rm "$ReleasePath/$BinaryName.app/Contents/Frameworks/Updater"
|
||||||
|
rm "$ReleasePath/$BinaryName.app/Contents/Info.plist"
|
||||||
rm -rf "$ReleasePath/$BinaryName.app/Contents/_CodeSignature"
|
rm -rf "$ReleasePath/$BinaryName.app/Contents/_CodeSignature"
|
||||||
mv "$ReleasePath/$UpdateFile" "$DeployPath/"
|
mv "$ReleasePath/$UpdateFile" "$DeployPath/"
|
||||||
mv "$ReleasePath/$SetupFile" "$DeployPath/"
|
mv "$ReleasePath/$SetupFile" "$DeployPath/"
|
||||||
@@ -354,6 +355,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
|
|||||||
mv "$ReleasePath/$BinaryName.pkg" "$DeployPath/"
|
mv "$ReleasePath/$BinaryName.pkg" "$DeployPath/"
|
||||||
mv "$ReleasePath/$BinaryName.app.dSYM" "$DeployPath/"
|
mv "$ReleasePath/$BinaryName.app.dSYM" "$DeployPath/"
|
||||||
rm "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName"
|
rm "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName"
|
||||||
|
rm "$ReleasePath/$BinaryName.app/Contents/Info.plist"
|
||||||
rm -rf "$ReleasePath/$BinaryName.app/Contents/_CodeSignature"
|
rm -rf "$ReleasePath/$BinaryName.app/Contents/_CodeSignature"
|
||||||
|
|
||||||
mkdir -p "$DropboxDeployPath"
|
mkdir -p "$DropboxDeployPath"
|
||||||
|
Reference in New Issue
Block a user