mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
bump version to 1.11.4 and update branding directory path in build command
This commit is contained in:
parent
dcac68b312
commit
1a660b0df2
3 changed files with 6 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.9.4",
|
||||
"version": "1.11.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.9.4",
|
||||
"version": "1.11.4",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"@resvg/resvg-js": "^1.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.11.4",
|
||||
"version": "1.11.5",
|
||||
"description": "Simplifying building firefox forks!",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -50,7 +50,9 @@ const applyConfig = async (os: string) => {
|
|||
name: config.name,
|
||||
vendor: config.name,
|
||||
appId: config.appId,
|
||||
brandingDir: existsSync(join(ENGINE_DIR, 'branding', brandingKey))
|
||||
brandingDir: existsSync(
|
||||
join(ENGINE_DIR, 'browser', 'branding', brandingKey)
|
||||
)
|
||||
? 'branding/' + brandingKey
|
||||
: 'branding/unofficial',
|
||||
binName: config.binaryName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue