[or-cvs] r14734: This patches in the new 'StartTorBrowserBundle.exe' launcher (torbrowser/trunk/build-scripts)

ioerror at seul.org ioerror at seul.org
Sun May 25 12:25:40 UTC 2008


Author: ioerror
Date: 2008-05-25 08:25:40 -0400 (Sun, 25 May 2008)
New Revision: 14734

Modified:
   torbrowser/trunk/build-scripts/Makefile
Log:
This patches in the new 'StartTorBrowserBundle.exe' launcher program. Now all bundles have a nice launcher with the Vidalia icon. This is tested and it works. This doesn't remove the .bat file, it only adds functionality.


Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-05-25 11:32:03 UTC (rev 14733)
+++ torbrowser/trunk/build-scripts/Makefile	2008-05-25 12:25:40 UTC (rev 14734)
@@ -82,6 +82,7 @@
 	rm -f "Tor Browser.exe"
 	rm -fr $(NAME)_*
 	rm -fr $(COMPRESSED_NAME)_*.exe
+	cd ../src/RelativeLink/ && $(MAKE) clean
 
 ##
 ## Generate a non-localized bundle and put in $(DEST)
@@ -151,6 +152,8 @@
 
 launcher:
 	echo 'start /b .\\App\\vidalia.exe --datadir .\\Data\\Vidalia\\' > $(DEST)/"Start Tor Browser.bat"
+	cd ../src/RelativeLink/ && $(MAKE)
+	cp ../src/RelativeLink/StartTorBrowserBundle.exe $(DEST)/StartTorBrowserBundle.exe
 
 ##
 ## How to create required extensions



More information about the tor-commits mailing list