mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 08:55:33 +02:00
fix: update branding directory path in build command
Some checks failed
CI / general (push) Has been cancelled
Some checks failed
CI / general (push) Has been cancelled
This commit is contained in:
parent
1a660b0df2
commit
0baaee2314
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.11.5",
|
||||
"version": "1.11.6",
|
||||
"description": "Simplifying building firefox forks!",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -53,8 +53,8 @@ const applyConfig = async (os: string) => {
|
|||
brandingDir: existsSync(
|
||||
join(ENGINE_DIR, 'browser', 'branding', brandingKey)
|
||||
)
|
||||
? 'branding/' + brandingKey
|
||||
: 'branding/unofficial',
|
||||
? 'browser/branding/' + brandingKey
|
||||
: 'browser/branding/unofficial',
|
||||
binName: config.binaryName,
|
||||
changeset,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue