[or-cvs] r14747: Replace batch file startup with ioerror's RelativeLink (but (in torbrowser/trunk: . build-scripts)

sjm217 at seul.org sjm217 at seul.org
Tue May 27 18:15:52 UTC 2008


Author: sjm217
Date: 2008-05-27 14:15:52 -0400 (Tue, 27 May 2008)
New Revision: 14747

Modified:
   torbrowser/trunk/README
   torbrowser/trunk/TODO
   torbrowser/trunk/build-scripts/Makefile
Log:
Replace batch file startup with ioerror's RelativeLink (but change filename)
Update Changelog and mark TODO item as done

Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README	2008-05-27 18:00:22 UTC (rev 14746)
+++ torbrowser/trunk/README	2008-05-27 18:15:52 UTC (rev 14747)
@@ -127,5 +127,7 @@
        Update FirefoxPortable to 2.0.0.14
        Update Torbutton to 1.1.18
        Add RunProxyAtStart to vidalia.conf (now required)
-1.0.3: Releaseed 2008-05-16
+1.0.3: Released 2008-05-16
        Update Tor to 0.2.0.26-rc
+1.0.4: Released 2008-xx-xx
+       Replace startup batch script with application (RelativeLink), so there is a helpful icon
\ No newline at end of file

Modified: torbrowser/trunk/TODO
===================================================================
--- torbrowser/trunk/TODO	2008-05-27 18:00:22 UTC (rev 14746)
+++ torbrowser/trunk/TODO	2008-05-27 18:15:52 UTC (rev 14747)
@@ -65,11 +65,6 @@
     Manager, Tcpip\Parameters, Shell Folders, Internet Settings) ]
 [low priority]
 
-- If we can't make a static build of Vidalia, produce a small
-  executable to launch Vidalia (so the top level folder doesn't have
-  random DLLs lying around)
-[mid priority]
-
 - If we can make a static build of Vidalia, make it look for the
   config file in a different directory
 [? priority]
@@ -127,6 +122,13 @@
 Done
 ====
 
+[ Done: 2008-05-27 ]
+
+- If we can't make a static build of Vidalia, produce a small
+  executable to launch Vidalia (so the top level folder doesn't have
+  random DLLs lying around)
+[mid priority]
+
 [ Done: 2008-02-15 ]
 
 - Make it easier to include optional Firefox extensions

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-05-27 18:00:22 UTC (rev 14746)
+++ torbrowser/trunk/build-scripts/Makefile	2008-05-27 18:15:52 UTC (rev 14747)
@@ -151,9 +151,9 @@
 	cp $(CONFIG_SRC)/torrc $(DEST)/Data/Tor
 
 launcher:
-	echo 'start /b .\\App\\vidalia.exe --datadir .\\Data\\Vidalia\\' > $(DEST)/"Start Tor Browser.bat"
+	#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
+	cp ../src/RelativeLink/StartTorBrowserBundle.exe $(DEST)/"Start Tor Browser.exe"
 
 ##
 ## How to create required extensions



More information about the tor-commits mailing list