mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 08:55:33 +02:00
update package command to use dynamic brand name for volume
Some checks are pending
CI / general (push) Waiting to run
Some checks are pending
CI / general (push) Waiting to run
This commit is contained in:
parent
c0141612e6
commit
8ced305586
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.9.6",
|
||||
"version": "1.9.7",
|
||||
"description": "Simplifying building firefox forks!",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -142,7 +142,7 @@ export const surferPackage = async () => {
|
|||
'-m',
|
||||
'mozbuild.action.make_dmg',
|
||||
'--volume-name',
|
||||
'Zen Browser',
|
||||
getCurrentBrandName(),
|
||||
'--icon',
|
||||
join(brandingPath, 'firefox.icns'),
|
||||
'--background',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue