📦 Chore: using notarytool instead of altool which will be disabled on 2023.11.01

This commit is contained in:
萌萌哒赫萝
2023-06-18 02:21:00 -07:00
parent b72cdf428c
commit 37ea22595b
3 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,8 @@ async function main (context) {
appBundleId: 'com.kuingsmile.piclist',
appPath: `${appOutDir}/${appName}.app`,
appleId: XCODE_APP_LOADER_EMAIL,
appleIdPassword: XCODE_APP_LOADER_PASSWORD
appleIdPassword: XCODE_APP_LOADER_PASSWORD,
tool: 'notarytool'
})
console.log('Finished Apple notarization.')
}