From 226ba8b489f42d8bb8715e4bcfce3dfff3f70e2f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 18 Jun 2025 01:43:52 -0400 Subject: [PATCH] Update builds to Firefox 115.24.0esr --- app/config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config.sh b/app/config.sh index 538d7ba26e..5f3486bbb4 100644 --- a/app/config.sh +++ b/app/config.sh @@ -1,9 +1,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Version of Gecko to build with -GECKO_VERSION_MAC="115.9.1esr" -GECKO_VERSION_LINUX="115.14.0esr" -GECKO_VERSION_WIN="115.14.0esr" +GECKO_VERSION_MAC="115.24.0esr" +GECKO_VERSION_LINUX="115.24.0esr" +GECKO_VERSION_WIN="115.24.0esr" RUST_VERSION=1.69.0 # URL prefix for custom builds of Firefox components