Skip to content

Commit

Permalink
bump version to 1.8.8 and update entitlements handling in package com…
Browse files Browse the repository at this point in the history
…mand
  • Loading branch information
mauro-balades committed Jan 7, 2025
1 parent 88db993 commit d796555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8.7",
"version": "1.8.8",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ export const surferPackage = async () => {
join(zenMacDestDir, `${getCurrentBrandName()}.app`),
'-i',
process.env.MACOS_APPLE_DEVELOPER_ID,
'-b',
'-f',
'zen.provisionprofile',
'-b',
'../build/codesign/browser.developer.entitlements.xml',
'-p',
'../build/codesign/plugin-container.developer.entitlements.xml',
Expand Down

0 comments on commit d796555

Please sign in to comment.