mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +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",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.9.4",
|
"version": "1.11.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.9.4",
|
"version": "1.11.4",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@resvg/resvg-js": "^1.4.0",
|
"@resvg/resvg-js": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.11.4",
|
"version": "1.11.5",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -50,7 +50,9 @@ const applyConfig = async (os: string) => {
|
||||||
name: config.name,
|
name: config.name,
|
||||||
vendor: config.name,
|
vendor: config.name,
|
||||||
appId: config.appId,
|
appId: config.appId,
|
||||||
brandingDir: existsSync(join(ENGINE_DIR, 'branding', brandingKey))
|
brandingDir: existsSync(
|
||||||
|
join(ENGINE_DIR, 'browser', 'branding', brandingKey)
|
||||||
|
)
|
||||||
? 'branding/' + brandingKey
|
? 'branding/' + brandingKey
|
||||||
: 'branding/unofficial',
|
: 'branding/unofficial',
|
||||||
binName: config.binaryName,
|
binName: config.binaryName,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue