1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02:00

fix build resources dir

This commit is contained in:
Kyle Spearrin 2019-09-27 12:06:52 -04:00
parent f3674aa7b2
commit 343f502bae

View File

@ -14,7 +14,7 @@ async function run(context) {
if (masBuild || macBuild) {
console.log('### Signing Safari App Extension Libs');
const resourcesPath = context.packager.MacPackager.info.Packager._buildResourcesDir;
const resourcesPath = context.packager.info._buildResourcesDir;
const devId = masBuild ? '3rd Party Mac Developer Application: 8bit Solutions LLC' :
'Developer ID Application: 8bit Solutions LLC';
await signSafariAppLibs(appPath, resourcesPath, devId);