Skip to content
Snippets Groups Projects
Commit e49bb36d authored by Brutzman, Don's avatar Brutzman, Don
Browse files

show file size of installers once complete

parent f989ecc1
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,11 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -105,7 +105,11 @@ POSSIBILITY OF SUCH DAMAGE.
<chmod file="${installers.dir}/${win.linux.32.64.installer.jar}" perm="ugo+rx"/> <chmod file="${installers.dir}/${win.linux.32.64.installer.jar}" perm="ugo+rx"/>
<chmod file="${installers.dir}/${macosx.installer.jar}" perm="ugo+rx"/> <chmod file="${installers.dir}/${macosx.installer.jar}" perm="ugo+rx"/>
<length file="${installers.dir}/${win.linux.32.64.installer.jar}" property="length.win.linux.32.64.installer.jar"/>
<length file="${installers.dir}/${macosx.installer.jar}" property="length.macosx.installer.jar"/>
<echo message="Installer file sizes: ${win.linux.32.64.installer.jar}=${length.win.linux.32.64.installer.jar} bytes, ${macosx.installer.jar}=${length.macosx.installer.jar} bytes"/>
<echo/>
<echo message="IzPack installer builds complete"/> <echo message="IzPack installer builds complete"/>
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment