Author: nextgens
Date: 2006-07-27 22:15:44 +0000 (Thu, 27 Jul 2006)
New Revision: 9795

Added:
   trunk/apps/new_installer/res/installer.exe
Modified:
   trunk/apps/new_installer/build.xml
Log:
installer: new target: ant win32

Modified: trunk/apps/new_installer/build.xml
===================================================================
--- trunk/apps/new_installer/build.xml  2006-07-27 20:47:19 UTC (rev 9794)
+++ trunk/apps/new_installer/build.xml  2006-07-27 22:15:44 UTC (rev 9795)
@@ -25,6 +25,7 @@
                <delete dir="${build}_sha1test"/>
                <delete dir="${build}_browser"/>
                <delete dir="${build}_uncompress"/>
+               <delete file="freenet-win32.exe"/>
        </target>

        <target name="compile_sha1test">
@@ -80,4 +81,11 @@
                        </manifest>
                </jar>
        </target>
+
+       <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>
+       </target>
 </project>

Added: trunk/apps/new_installer/res/installer.exe
===================================================================
(Binary files differ)


Property changes on: trunk/apps/new_installer/res/installer.exe
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream


Reply via email to