From 7ee5dd564c51eb9786c5ae79dbbdb18ea9bfcc05 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 4 May 2023 08:39:23 -0400 Subject: [PATCH] Add comment for upgrade logic change --- app/scripts/fetch_xulrunner | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scripts/fetch_xulrunner b/app/scripts/fetch_xulrunner index 2d87878a8a..b147d68417 100755 --- a/app/scripts/fetch_xulrunner +++ b/app/scripts/fetch_xulrunner @@ -117,6 +117,7 @@ function modify_omni { replace_line 'MOZ_UPDATE_CHANNEL:.+' 'MOZ_UPDATE_CHANNEL: "none",' modules/AppConstants.jsm replace_line '"https:\/\/[^\/]+mozilla.com.+"' '""' modules/AppConstants.jsm + # Prompt if major update is available instead of installing automatically on restart replace_line 'if \(!updateAuto\) \{' 'if (update.type == "major") { LOG("UpdateService:_selectAndInstallUpdate - prompting because it is a major update"); AUSTLMY.pingCheckCode(this._pingSuffix, AUSTLMY.CHK_SHOWPROMPT_PREF);