update package command to use dynamic brand name for volume
Some checks are pending
CI / general (push) Waiting to run

This commit is contained in:
mr. M 2025-01-09 16:42:15 +01:00
parent c0141612e6
commit 8ced305586
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -142,7 +142,7 @@ export const surferPackage = async () => {
'-m',
'mozbuild.action.make_dmg',
'--volume-name',
'Zen Browser',
getCurrentBrandName(),
'--icon',
join(brandingPath, 'firefox.icns'),
'--background',