[or-cvs] r18373: {torbrowser} Don't actually remove the FirefoxPortable launcher until we (torbrowser/branches/altlauncher/build-scripts)

sjm217 at seul.org sjm217 at seul.org
Mon Feb 2 17:16:19 UTC 2009


Author: sjm217
Date: 2009-02-02 12:16:19 -0500 (Mon, 02 Feb 2009)
New Revision: 18373

Modified:
   torbrowser/branches/altlauncher/build-scripts/Makefile
Log:
Don't actually remove the FirefoxPortable launcher until we are confident that the alternate launcher works reliably

Modified: torbrowser/branches/altlauncher/build-scripts/Makefile
===================================================================
--- torbrowser/branches/altlauncher/build-scripts/Makefile	2009-02-02 16:37:48 UTC (rev 18372)
+++ torbrowser/branches/altlauncher/build-scripts/Makefile	2009-02-02 17:16:19 UTC (rev 18373)
@@ -40,7 +40,7 @@
 NAME="Tor Browser"
 
 ## Version and name of the compressed bundle (also used for source)
-VERSION=1.2.0-rc1
+VERSION=1.2.0-rc2
 DEFAULT_COMPRESSED_BASENAME=tor-browser-
 IM_COMPRESSED_BASENAME=tor-im-browser-
 DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
@@ -191,7 +191,7 @@
 	cp $(CONFIG_SRC)/bookmarks.html $(DEST)/FirefoxPortable/App/DefaultData/profile/
 	## Set up alternate launcher
 	mv $(DEST)/FirefoxPortable/App/Firefox/firefox.exe $(DEST)/FirefoxPortable/App/Firefox/tbb-firefox.exe
-	rm $(DEST)/FirefoxPortable/FirefoxPortable.exe
+	#rm $(DEST)/FirefoxPortable/FirefoxPortable.exe
 	## Configure FirefoxPortable
 	cp $(CONFIG_SRC)/FirefoxPortable.ini $(DEST)/FirefoxPortable
 	cp $(CONFIG_SRC)/FirefoxPortableSettings.ini $(DEST)/FirefoxPortable/Data/settings



More information about the tor-commits mailing list