Author: nextgens
Date: 2006-03-31 13:25:52 +0000 (Fri, 31 Mar 2006)
New Revision: 8390
Modified:
trunk/apps/installer/build.xml
Log:
doh
Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml 2006-03-31 13:22:42 UTC (rev 8389)
+++ trunk/apps/installer/build.xml 2006-03-31 13:25:52 UTC (rev 8390)
@@ -143,6 +143,7 @@
<replace file="${installDir}/stop.cmd">
<replacefilter token="@serviceName@"
value="freenet-${freenetWorkingMode}"/>
</replace>
+ <copy file="${basedir}/windows/wget.exe"
tofile="${installDir}/bin/wget.exe"/>
<copy file="${basedir}/windows/update.cmd"
tofile="${installDir}/update.cmd"/>
<replace file="${installDir}/update.cmd">
<replacefilter token="@serviceName@"
value="freenet-${freenetWorkingMode}"/>