Author: nextgens
Date: 2006-03-31 20:43:55 +0000 (Fri, 31 Mar 2006)
New Revision: 8418
Modified:
trunk/apps/installer/build.xml
Log:
YetAnotherMinorBugfix
Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml 2006-03-31 20:39:01 UTC (rev 8417)
+++ trunk/apps/installer/build.xml 2006-03-31 20:43:55 UTC (rev 8418)
@@ -153,7 +153,7 @@
<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}"/>
+ <replacefilter token="@serviceName@"
value="${freenetWorkingMode}"/>
</replace>
<copy file="${basedir}/windows/freenet.ico"
tofile="${installDir}/freenet.ico"/>
<echo message="Creating shortcuts"/>