mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
fix build resources dir
This commit is contained in:
parent
f3674aa7b2
commit
343f502bae
@ -14,7 +14,7 @@ async function run(context) {
|
|||||||
|
|
||||||
if (masBuild || macBuild) {
|
if (masBuild || macBuild) {
|
||||||
console.log('### Signing Safari App Extension Libs');
|
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' :
|
const devId = masBuild ? '3rd Party Mac Developer Application: 8bit Solutions LLC' :
|
||||||
'Developer ID Application: 8bit Solutions LLC';
|
'Developer ID Application: 8bit Solutions LLC';
|
||||||
await signSafariAppLibs(appPath, resourcesPath, devId);
|
await signSafariAppLibs(appPath, resourcesPath, devId);
|
||||||
|
Loading…
Reference in New Issue
Block a user