3 changed files with 9 additions and 3 deletions
@ -12,6 +12,7 @@ exports.default = async function notarizing(context) { |
|||||||
appBundleId: 'com.grupovrs.ramboxce', |
appBundleId: 'com.grupovrs.ramboxce', |
||||||
appPath: `${appOutDir}/${appName}.app`, |
appPath: `${appOutDir}/${appName}.app`, |
||||||
appleId: '[email protected]', |
appleId: '[email protected]', |
||||||
appleIdPassword: process.env.APPLE_ID_PWD |
appleIdPassword: process.env.APPLE_ID_PWD, |
||||||
|
ascProvider: '7F292FPD69' |
||||||
}); |
}); |
||||||
}; |
}; |
||||||
|
Loading…
Reference in new issue