mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 08:55:33 +02:00
bump version to 1.11.4 and update branding directory logic in build command
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
1c14203808
commit
dcac68b312
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.11.3",
|
||||
"version": "1.11.4",
|
||||
"description": "Simplifying building firefox forks!",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -50,8 +50,8 @@ const applyConfig = async (os: string) => {
|
|||
name: config.name,
|
||||
vendor: config.name,
|
||||
appId: config.appId,
|
||||
brandingDir: existsSync(join(ENGINE_DIR, 'branding', 'surfer'))
|
||||
? 'branding/surfer'
|
||||
brandingDir: existsSync(join(ENGINE_DIR, 'branding', brandingKey))
|
||||
? 'branding/' + brandingKey
|
||||
: 'branding/unofficial',
|
||||
binName: config.binaryName,
|
||||
changeset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue