Improved OSX building
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
.DS_Store
|
||||||
|
._*
|
||||||
|
bin
|
||||||
|
AudiobookRecorder.jar
|
||||||
|
AudiobookRecorder.dmg
|
||||||
|
AudiobookRecorder.exe
|
||||||
1
TODO.md
1
TODO.md
@@ -5,3 +5,4 @@ ToDo
|
|||||||
* Identify and export 5 minute retail sample
|
* Identify and export 5 minute retail sample
|
||||||
* Identify and export 15 minute checkpoint
|
* Identify and export 15 minute checkpoint
|
||||||
* Archive (Zip and delete) audiobooks
|
* Archive (Zip and delete) audiobooks
|
||||||
|
* File path browser buttons in options
|
||||||
|
|||||||
15
build.xml
15
build.xml
@@ -64,19 +64,10 @@
|
|||||||
>
|
>
|
||||||
</jarbundler>
|
</jarbundler>
|
||||||
|
|
||||||
<!--
|
|
||||||
<mkdir dir="tmp/AudiobookRecorder.app"/>
|
|
||||||
<copy todir="tmp/AudiobookRecorder.app">
|
|
||||||
<fileset dir="dist/macosx/template.app" includes="*/**"/>
|
|
||||||
</copy>
|
|
||||||
|
|
||||||
<replace file="tmp/AudiobookRecorder.app/Contents/Info.plist" token="{version}" value="0.0.4" />
|
|
||||||
|
|
||||||
<copy file="AudiobookRecorder.jar" todir="tmp/AudiobookRecorder.app/Contents/Resources/Java" />
|
|
||||||
-->
|
|
||||||
|
|
||||||
<symlink link="tmp/Applications" resource="/Applications" overwrite="true" />
|
<symlink link="tmp/Applications" resource="/Applications" overwrite="true" />
|
||||||
|
|
||||||
|
<!--copy file="dist/macosx/dmg.icns" tofile="tmp/.VolumeIcon.icns" /-->
|
||||||
|
|
||||||
<exec executable="genisoimage">
|
<exec executable="genisoimage">
|
||||||
<arg value="-D" />
|
<arg value="-D" />
|
||||||
<arg value="-V" />
|
<arg value="-V" />
|
||||||
@@ -93,7 +84,7 @@
|
|||||||
<arg value="tmp" />
|
<arg value="tmp" />
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<!--delete dir="tmp" /-->
|
<delete dir="tmp" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
BIN
dist/macosx/dmg.icns
vendored
Normal file
BIN
dist/macosx/dmg.icns
vendored
Normal file
Binary file not shown.
BIN
resources/uk/co/majenko/audiobookrecorder/icons/dmgIcon.png
Normal file
BIN
resources/uk/co/majenko/audiobookrecorder/icons/dmgIcon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user