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

nextgens at freenetproject.org nextgens at freenetproject.org
Mon Dec 10 22:08:57 UTC 2007


Author: nextgens
Date: 2007-12-10 22:08:57 +0000 (Mon, 10 Dec 2007)
New Revision: 16462

Modified:
   trunk/apps/new_installer/build.xml
Log:
new_installer: switch to p7zip

Modified: trunk/apps/new_installer/build.xml
===================================================================
--- trunk/apps/new_installer/build.xml	2007-12-10 20:57:47 UTC (rev 16461)
+++ trunk/apps/new_installer/build.xml	2007-12-10 22:08:57 UTC (rev 16462)
@@ -104,14 +104,14 @@
 
 	<target name="win32" depends="dist">
 		<copy file="res/installer.exe" tofile="freenet-win32.exe"/>
-		<exec  executable="rar">
-			<arg line="a freenet-win32.exe install.jar"/>
+		<exec  executable="7z">
+			<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="rar">
-			<arg line="a freenet-win32-with_jre.exe jre.exe"/>
+		<exec  executable="7z">
+			<arg line="a -sfx freenet-win32-with_jre.exe jre.exe"/>
 		</exec>
 	</target>
 </project>




More information about the cvs mailing list