[macOS] Use notarytool instead of deprecated altool.

This commit is contained in:
bruvzg
2022-12-06 10:56:35 +02:00
parent 93d253330f
commit 7b9e4271f4
2 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,8 @@ export OSX_HOST=''
export OSX_KEY_ID=''
# Bundle id for the signed app
export OSX_BUNDLE_ID=''
# Username/password for Apple's signing APIs (used for atltool)
# Username/password for Apple's signing APIs (used for notarytool)
export APPLE_TEAM=''
export APPLE_ID=''
export APPLE_ID_PASSWORD=''