Skip to content

Commit

Permalink
chore: Update package.json version to 1.3.21 and fix codesign paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Sep 8, 2024
1 parent e816532 commit 51e3ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zen-browser/surfer",
"version": "1.3.20",
"version": "1.3.21",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions src/commands/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ export const surferPackage = async () => {
await dispatch('../build/codesign/codesign.bash', [
'-a', join(zenMacDestDir, 'Zen Browser.app'),
'-i', process.env.MACOS_APPLE_DEVELOPER_ID,
'-b', '../build/codesign/mac/browser.developer.entitlements.xml',
'-p', '../build/codesign/mac/plugin-container.developer.entitlements.xml'
'-b', '../build/codesign/browser.developer.entitlements.xml',
'-p', '../build/codesign/plugin-container.developer.entitlements.xml'
], ENGINE_DIR, true);
}
log.info('Stapling the app');
Expand Down

0 comments on commit 51e3ef2

Please sign in to comment.