diff --git a/.github/workflows/src/windows_mozconfig b/.github/workflows/src/windows_mozconfig index 090a9ea24..09a448da7 100644 --- a/.github/workflows/src/windows_mozconfig +++ b/.github/workflows/src/windows_mozconfig @@ -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" diff --git a/surfer.json b/surfer.json index fee2a7c49..9e7c02b5d 100644 --- a/surfer.json +++ b/surfer.json @@ -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" },