Author: nextgens Date: 2007-07-13 18:37:04 +0000 (Fri, 13 Jul 2007) New Revision: 14084
Modified: trunk/apps/installer/installclasspath/windows/update.cmd Log: Fix #1527: update.cmd always downloads ext version 12 Modified: trunk/apps/installer/installclasspath/windows/update.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/update.cmd 2007-07-13 18:15:42 UTC (rev 14083) +++ trunk/apps/installer/installclasspath/windows/update.cmd 2007-07-13 18:37:04 UTC (rev 14084) @@ -71,6 +71,13 @@ find "freenet.jar.new" wrapper.conf > NUL if not errorlevel 1 goto error5 +:: fix #1527 +find "freenet-ext.jar.new" wrapper.conf > NUL +if not errorlevel 1 goto skipit +copy freenet-ext.jar.new freenet-ext.jar > NUL +del /F freenet-ext.jar.new +:skipit + ::Check if updater has been updated fc update.cmd update.new.cmd > NUL if not errorlevel 1 goto updaterok
