mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
📦 Chore: using notarytool instead of altool which will be disabled on 2023.11.01
This commit is contained in:
@@ -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.')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user