diff --git a/scripts/build-macos.sh b/scripts/build-macos.sh index 4e6636c..335b021 100644 --- a/scripts/build-macos.sh +++ b/scripts/build-macos.sh @@ -18,7 +18,7 @@ cp -Rf bin/Release/net8.0-macos/osx-arm64/Dots.app/Contents/MonoBundle bin/Relea cp bin/Release/net8.0-macos/osx-arm64/Dots.app/Contents/PkgInfo bin/Release/net8.0-macos/osx-arm64/publish/Dots.app/Contents/ echo "codesign Dots for macOS arm64" -APP_NAME="/Users/runner/work/Dots/Dots/src/bin/Release/ne8.0-macos/osx-arm64/publish/Dots.app" +APP_NAME="/Users/runner/work/Dots/Dots/src/bin/Release/net8.0-macos/osx-arm64/publish/Dots.app" ENTITLEMENTS="/Users/runner/work/Dots/Dots/scripts/Dots.entitlements" echo "[INFO]______________[INFO] Signing app files" @@ -45,7 +45,7 @@ echo "dittoing Dots for macOS arm64" cd /Users/runner/work/Dots/Dots/src/bin/Release/net8.0-macos/osx-arm64/publish macosarm64file=$(echo Dots-$version-macos-arm64.zip) ditto -c -k --sequesterRsrc --keepParent Dots.app $macosarm64file -xcrun notarytool submit $macosarm64file --apple-id $APPLE_ID --team-id $TEAM_ID --password $APP_SPECIFIC_PWD --verbose +xcrun notarytool submit $macosarm64file --apple-id $APPLE_ID --team-id $TEAM_ID --password $APP_SPECIFIC_PWD --verbose --wait cd /Users/runner/work/Dots/Dots/src/ echo "Building Dots for macOS x64" @@ -59,7 +59,7 @@ cp -Rf bin/Release/net8.0-macos/osx-x64/Dots.app/Contents/MonoBundle bin/Release cp bin/Release/net8.0-macos/osx-x64/Dots.app/Contents/PkgInfo bin/Release/net8.0-macos/osx-x64/publish/Dots.app/Contents/ echo "codesign Dots for macOS x64" -APP_NAME="/Users/runner/work/Dots/Dots/src/bin/Release/ne8.0-macos/osx-x64/publish/Dots.app" +APP_NAME="/Users/runner/work/Dots/Dots/src/bin/Release/net8.0-macos/osx-x64/publish/Dots.app" ENTITLEMENTS="/Users/runner/work/Dots/Dots/scripts/Dots.entitlements" echo "[INFO]______________[INFO] Signing app files" @@ -86,7 +86,7 @@ echo "dittoing Dots for macOS x64" cd /Users/runner/work/Dots/Dots/src/bin/Release/net8.0-macos/osx-x64/publish macosx64file=$(echo Dots-$version-macos-x64.zip) ditto -c -k --sequesterRsrc --keepParent Dots.app $macosx64file -xcrun notarytool submit $macosx64file --apple-id $APPLE_ID --team-id $TEAM_ID --password $APP_SPECIFIC_PWD --verbose +xcrun notarytool submit $macosx64file --apple-id $APPLE_ID --team-id $TEAM_ID --password $APP_SPECIFIC_PWD --verbose --wait