Fixed stapling the app
Some checks failed
CI / general (push) Has been cancelled

This commit is contained in:
mr. m 2025-01-08 14:07:59 +00:00
parent d63530a4ff
commit c0141612e6
2 changed files with 1 additions and 8 deletions

View file

@ -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": {

View file

@ -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)