mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05: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",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.9.6",
|
"version": "1.9.7",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -142,7 +142,7 @@ export const surferPackage = async () => {
|
||||||
'-m',
|
'-m',
|
||||||
'mozbuild.action.make_dmg',
|
'mozbuild.action.make_dmg',
|
||||||
'--volume-name',
|
'--volume-name',
|
||||||
'Zen Browser',
|
getCurrentBrandName(),
|
||||||
'--icon',
|
'--icon',
|
||||||
join(brandingPath, 'firefox.icns'),
|
join(brandingPath, 'firefox.icns'),
|
||||||
'--background',
|
'--background',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue