mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
try disbaling hardened runtime for mas
This commit is contained in:
@@ -8,9 +8,11 @@ exports.default = async function notarizing(context) {
|
||||
}
|
||||
const appleId = process.env.APPLEID;
|
||||
const appName = context.packager.appInfo.productFilename;
|
||||
const appPath = `${appOutDir}/${appName}.app`;
|
||||
console.log('Notarizing ' + appPath);
|
||||
return await notarize({
|
||||
appBundleId: 'com.bitwarden.desktop',
|
||||
appPath: `${appOutDir}/${appName}.app`,
|
||||
appPath: appPath,
|
||||
appleId: appleId,
|
||||
appleIdPassword: `@keychain:AC_PASSWORD`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user