chore: Update version to 1.0.0-a.0 and enable linker option only when not cross compiling

This commit is contained in:
mauro 🤙
2024-07-12 12:46:53 +00:00
parent e1183c0ff4
commit 3c603fea40
3 changed files with 2 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ jobs:
linux:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-8x
needs: [build-data, check-release]
steps:

View File

@@ -20,8 +20,6 @@ if ! test "$ZEN_CROSS_COMPILING"; then
fi
ac_add_options --enable-linker=lld
ac_add_options --enable-alsa
ac_add_options --enable-pulseaudio
ac_add_options --enable-strip
fi

View File

@@ -27,7 +27,7 @@
"brandShortName": "Zen Browser",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.0.0-a.1",
"displayVersion": "1.0.0-a.0",
"github": {
"repo": "zen-browser/desktop"
},