Add comment for upgrade logic change
This commit is contained in:
parent
c62b95a9a2
commit
7ee5dd564c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue