[freenet-cvs] r16464 - trunk/apps/new_installer

nextgens at freenetproject.org nextgens at freenetproject.org
Mon Dec 10 22:26:38 UTC 2007


Author: nextgens
Date: 2007-12-10 22:26:37 +0000 (Mon, 10 Dec 2007)
New Revision: 16464

Modified:
   trunk/apps/new_installer/build.xml
Log:
new_installer: only create the compressed files

Modified: trunk/apps/new_installer/build.xml
===================================================================
--- trunk/apps/new_installer/build.xml	2007-12-10 22:17:11 UTC (rev 16463)
+++ trunk/apps/new_installer/build.xml	2007-12-10 22:26:37 UTC (rev 16464)
@@ -105,13 +105,13 @@
 	<target name="win32" depends="dist">
 		<copy file="res/installer.exe" tofile="freenet-win32.exe"/>
 		<exec  executable="7z">
-			<arg line="a -sfx freenet-win32.exe install.jar"/>
+			<arg line="a freenet-win32.7z 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 -sfx freenet-win32-with_jre.exe jre.exe"/>
+			<arg line="a freenet-win32-with_jre.7z jre.exe"/>
 		</exec>
 	</target>
 </project>




More information about the cvs mailing list