chore: Update xvfb-run command in alpha-build.sh script

This commit is contained in:
Mauro Balades
2024-07-19 19:54:09 +02:00
parent fb34e6c2fd
commit e1e910e339
4 changed files with 14 additions and 12 deletions

View File

@@ -1,3 +1,10 @@
export ZEN_RELEASE=1
xvfb-run -s "-screen 0 1920x1080x24 -nolisten local" pnpm build
# Check if xfvb is installed
if ! command -v xvfb-run &> /dev/null
then
echo "xvfb-run could not be found, running without it"
pnpm build
else
xvfb-run -s "-screen 0 1920x1080x24 -nolisten local" pnpm build
fi

View File

@@ -1,9 +1,6 @@
# Browser branding
ac_add_options --enable-update-channel=release
ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --with-branding=${brandingDir}
ac_add_options --with-app-name=${binName}
ac_add_options --with-app-basename=Zen
@@ -96,8 +93,6 @@ ac_add_options --enable-jxl
ac_add_options --enable-av1
ac_add_options --enable-eme=widevine
ac_add_options --without-wasm-sandboxed-libraries
export MOZ_REQUIRE_SIGNING=
export MOZ_TELEMETRY_REPORTING=

View File

@@ -27,6 +27,6 @@
},
"homepage": "https://github.com/zen-browser/core#readme",
"dependencies": {
"@zen-browser/surfer": "^1.0.15"
"@zen-browser/surfer": "^1.0.16"
}
}

10
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@zen-browser/surfer':
specifier: ^1.0.15
version: 1.0.15
specifier: ^1.0.16
version: 1.0.16
packages:
@@ -109,8 +109,8 @@ packages:
'@types/node@17.0.45':
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
'@zen-browser/surfer@1.0.15':
resolution: {integrity: sha512-JyjKxM7KC0sQnXc+mIItly5FkhWqEVn2JL0/nhEgw7qovbRQ0MqdgAnaQtpzm1LtKZUrlxaF/ZMUlAwHg4NGAA==}
'@zen-browser/surfer@1.0.16':
resolution: {integrity: sha512-ZwctoDRV2+F7ZwEzWXex8mOxdW0in8Tc9eiBXUhBCmPWpuL3/SX5Vzhfte7OFWrYcJ1pP3HSsny1Z5SZ9hqgrA==}
hasBin: true
ansi-regex@5.0.1:
@@ -546,7 +546,7 @@ snapshots:
'@types/node@17.0.45': {}
'@zen-browser/surfer@1.0.15':
'@zen-browser/surfer@1.0.16':
dependencies:
'@resvg/resvg-js': 1.4.0
async-icns: 1.0.2