Author: nextgens
Date: 2006-09-01 22:22:39 +0000 (Fri, 01 Sep 2006)
New Revision: 10344

Modified:
   trunk/apps/installer/installclasspath/windows/update.cmd
Log:
fix windows update script

Modified: trunk/apps/installer/installclasspath/windows/update.cmd
===================================================================
--- trunk/apps/installer/installclasspath/windows/update.cmd    2006-09-01 
22:09:01 UTC (rev 10343)
+++ trunk/apps/installer/installclasspath/windows/update.cmd    2006-09-01 
22:22:39 UTC (rev 10344)
@@ -53,6 +53,9 @@
 find "freenet.jar" wrapper.conf > NUL
 if errorlevel 1 goto error5

+find "freenet.jar.new" wrapper.conf > NUL
+if not errorlevel 1 goto error5
+
 ::Check if updater has been updated
 fc update.cmd update.new.cmd > NUL
 if not errorlevel 1 goto updaterok


Reply via email to