Revert Linux build to Firefox 115.14.0esr

Due to changes in how the updater is invoked in 115.24.0esr

https://forums.zotero.org/discussion/124980/problems-launching-7-0-16
This commit is contained in:
Dan Stillman 2025-06-26 06:01:22 -04:00
parent a33e55258e
commit 1ab89d0d7b

View file

@ -2,7 +2,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_LINUX="115.14.0esr"
GECKO_VERSION_WIN="115.14.0esr"
RUST_VERSION=1.69.0