chore: Update version to 1.0.0-a.0 and fix Windows dependencies in windows_mozconfig

This commit is contained in:
mauro 🤙
2024-07-12 08:55:19 +00:00
parent 9ecd4a418d
commit 3db9315f82
2 changed files with 1 additions and 3 deletions

View File

@@ -22,8 +22,6 @@ TOOLS=$(echo ~)/win-cross
export MIDL="$TOOLS/wine/bin/widl"
export MOZ_INCLUDE_SOURCE_INFO=1
export MOZ_STUB_INSTALLER=1
export WIN32_REDIST_DIR="$TOOLS/vs2022"/VC/Redist/MSVC/14.34.31931/x64/Microsoft.VC143.CRT
export WIN_UCRT_REDIST_DIR="$TOOLS/vs2022/Windows Kits/10/Redist/10.0.22621.0/ucrt/DLLs/x64"
export WINEDEBUG=-all
export WINE="$TOOLS/wine/bin/wine64"

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"
},