Skip to content

Commit

Permalink
Fixed stapling the app
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jan 8, 2025
1 parent d63530a commit c014161
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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.9.5",
"version": "1.9.6",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {
Expand Down
7 changes: 0 additions & 7 deletions src/commands/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@ export const surferPackage = async () => {
true
)
}
log.info('Stapling the app')
await dispatch(
'xcrun',
['stapler', 'staple', join(zenMacDestDir, `${getCurrentBrandName()}.app`)],
ENGINE_DIR,
true
)
log.info('Repacking the app')
const brandingPath = join(ENGINE_DIR, 'browser', 'branding', brandingKey)
await remove(dmgPath)
Expand Down

0 comments on commit c014161

Please sign in to comment.