diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26efe47 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.DS_Store +._* +bin +AudiobookRecorder.jar +AudiobookRecorder.dmg +AudiobookRecorder.exe diff --git a/TODO.md b/TODO.md index 2b76318..6119713 100644 --- a/TODO.md +++ b/TODO.md @@ -5,3 +5,4 @@ ToDo * Identify and export 5 minute retail sample * Identify and export 15 minute checkpoint * Archive (Zip and delete) audiobooks +* File path browser buttons in options diff --git a/build.xml b/build.xml index 18f9c6b..eb3f4a3 100644 --- a/build.xml +++ b/build.xml @@ -52,31 +52,22 @@ - - - - + + + + @@ -93,7 +84,7 @@ - + diff --git a/dist/macosx/dmg.icns b/dist/macosx/dmg.icns new file mode 100644 index 0000000..c18eed9 Binary files /dev/null and b/dist/macosx/dmg.icns differ diff --git a/resources/uk/co/majenko/audiobookrecorder/icons/dmgIcon.png b/resources/uk/co/majenko/audiobookrecorder/icons/dmgIcon.png new file mode 100644 index 0000000..9c53dda Binary files /dev/null and b/resources/uk/co/majenko/audiobookrecorder/icons/dmgIcon.png differ