Author: nextgens
Date: 2007-12-10 22:42:21 +0000 (Mon, 10 Dec 2007)
New Revision: 16466
Modified:
trunk/apps/new_installer/build.xml
Log:
new_installer: revert last commit
Modified: trunk/apps/new_installer/build.xml
===================================================================
--- trunk/apps/new_installer/build.xml 2007-12-10 22:32:13 UTC (rev 16465)
+++ trunk/apps/new_installer/build.xml 2007-12-10 22:42:21 UTC (rev 16466)
@@ -105,13 +105,13 @@
<target name="win32" depends="dist">
<copy file="res/installer.exe" tofile="freenet-win32.exe"/>
<exec executable="7z">
- <arg line="a freenet-win32.7z install.jar"/>
+ <arg line="a -sfx freenet-win32.exe install.jar"/>
</exec>
<copy file="freenet-win32.exe"
tofile="freenet-win32-with_jre.exe"/>
<copy file="${jre.lib}" tofile="jre.exe"/>
<exec executable="7z">
- <arg line="a freenet-win32-with_jre.7z jre.exe"/>
+ <arg line="a -sfx freenet-win32-with_jre.exe jre.exe"/>
</exec>
</target>
</project>