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)