From c0141612e6ac4651fcee0c88f2a3ec0aae1a6a84 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:07:59 +0000 Subject: [PATCH] Fixed stapling the app --- package.json | 2 +- src/commands/package.ts | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/package.json b/package.json index a8daab2..87c8cf6 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/commands/package.ts b/src/commands/package.ts index df6636b..3daa921 100644 --- a/src/commands/package.ts +++ b/src/commands/package.ts @@ -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)