[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torbutton/master] Bug #9331: Hack an update URL for the next TBB release.
commit 3ddc7e477315d12e0dbde6f1827f910af198b935
Author: Mike Perry <mikeperry-git@xxxxxxxxxx>
Date: Thu Jul 25 21:00:06 2013 +0200
Bug #9331: Hack an update URL for the next TBB release.
We should figure out a way to do this in a more general way later.
---
src/chrome/content/torbutton.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index c98035d..ed87a0c 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -801,7 +801,8 @@ function torbutton_notify_if_update_needed() {
}
function torbutton_download_update() {
- var downloadURI = "https://www.torproject.org/download/download-easy.html";
+ // XXX: Super super ghetto, but we lack a download page for the alphas right now..
+ var downloadURI = "https://archive.torproject.org/tor-package-archive/torbrowser/3.0a4/";
var rtSvc = Components.classes["@mozilla.org/xre/app-info;1"]
.getService(Components.interfaces.nsIXULRuntime);
downloadURI += "?os=" + rtSvc.OS + "&arch=" + rtSvc.XPCOMABI;
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits