mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
This commit is contained in:
parent
d63530a4ff
commit
c0141612e6
2 changed files with 1 additions and 8 deletions
|
@ -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": {
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue