From 56da25f59d4096921ab8672d0e9008fea0aee1bd Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 25 Jun 2025 08:01:37 -0400 Subject: [PATCH] Revert Windows build to Firefox 115.14.0esr To try to fix a bizarre launch failure affecting some users https://forums.zotero.org/discussion/124980/problems-launching-7-0-16 --- app/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.sh b/app/config.sh index 5f3486bbb4..9a894f2d00 100644 --- a/app/config.sh +++ b/app/config.sh @@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Version of Gecko to build with GECKO_VERSION_MAC="115.24.0esr" GECKO_VERSION_LINUX="115.24.0esr" -GECKO_VERSION_WIN="115.24.0esr" +GECKO_VERSION_WIN="115.14.0esr" RUST_VERSION=1.69.0 # URL prefix for custom builds of Firefox components