mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
initial sandbox implementation for mac app store builds
This commit is contained in:
@@ -12,3 +12,12 @@ if (isRelease) {
|
||||
}
|
||||
|
||||
execSync(`napi build --platform --js false`, { stdio: 'inherit', env: process.env });
|
||||
|
||||
|
||||
/* Mac App Store build with sandboxing - Does this belong here?
|
||||
|
||||
const target = process.env.npm_config_target || '';
|
||||
const featuresArg = target.includes('mas') ? '--features sandbox' : '';
|
||||
execSync(`napi build --platform --js false ${featuresArg}`, { stdio: 'inherit', env: process.env });
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user