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",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.9.5",
|
"version": "1.9.6",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -132,13 +132,6 @@ export const surferPackage = async () => {
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
log.info('Stapling the app')
|
|
||||||
await dispatch(
|
|
||||||
'xcrun',
|
|
||||||
['stapler', 'staple', join(zenMacDestDir, `${getCurrentBrandName()}.app`)],
|
|
||||||
ENGINE_DIR,
|
|
||||||
true
|
|
||||||
)
|
|
||||||
log.info('Repacking the app')
|
log.info('Repacking the app')
|
||||||
const brandingPath = join(ENGINE_DIR, 'browser', 'branding', brandingKey)
|
const brandingPath = join(ENGINE_DIR, 'browser', 'branding', brandingKey)
|
||||||
await remove(dmgPath)
|
await remove(dmgPath)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue