build: package Mac version of Micropolis
Contributed by benawatt@gmail.com. Requires App Bundler (https://java.net/projects/appbundler/downloads) To build, type ant dist-mac git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@877 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
034c6afd5a
commit
4651f39819
2 changed files with 15 additions and 0 deletions
15
build.xml
15
build.xml
|
@ -122,4 +122,19 @@
|
||||||
</javadoc>
|
</javadoc>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="dist-mac" depends="build">
|
||||||
|
<bundleapp outputdirectory="./"
|
||||||
|
name="MicropolisJ"
|
||||||
|
icon="micropolisj.icns"
|
||||||
|
shortversion="${package-version}"
|
||||||
|
applicationCategory="public.app-category.games"
|
||||||
|
displayname="MicropolisJ"
|
||||||
|
identifier="net.micropolis.micropolisj"
|
||||||
|
mainclassname="micropolisj.Main"
|
||||||
|
>
|
||||||
|
<classpath file="micropolisj.jar" />
|
||||||
|
<option value="-Dapple.laf.useScreenMenuBar=true"/>
|
||||||
|
</bundleapp>
|
||||||
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
BIN
micropolisj.icns
Executable file
BIN
micropolisj.icns
Executable file
Binary file not shown.
Reference in a new issue