commit d7aa510eceb0a8de9ed7855cca9363a7de7766fd Author: Sukhbir Singh sukhbir@torproject.org Date: Mon Aug 29 12:51:50 2016 -0400
Update app.update.url (#19815) --- projects/instantbird/preferences.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch index b9599eb..6e5788b 100644 --- a/projects/instantbird/preferences.patch +++ b/projects/instantbird/preferences.patch @@ -40,7 +40,7 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird. // Update service URL: // You do not need to use all the %VAR% parameters. Use what you need, %PRODUCT%,%VERSION%,%BUILD_ID%,%CHANNEL% for example -pref("app.update.url", "https://update.instantbird.org/1/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGE..."); -+pref("app.update.url", "https://www.torproject.org/dist/tormessenger/update_2/%CHANNEL%/%BUILD_TARGE..."); ++pref("app.update.url", "https://aus2.torproject.org/tormessenger/update_2/%CHANNEL%/%BUILD_TARGET%/%..."); + +#ifdef XP_WIN +// For now, disable staged updates on Windows (see #18292).
tor-commits@lists.torproject.org