Skip to content

Commit 3d93f36

Browse files
committed
Improvements to #11 correcting paths and permissions.
1 parent 72dab86 commit 3d93f36

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app_resources/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleGetInfoString</key>
1010
<string>GGUploader</string>
1111
<key>CFBundleIconFile</key>
12-
<string>gg.icns</string>
12+
<string>gg.png</string>
1313
<key>CFBundleIdentifier</key>
1414
<string>com.ggtracker.uploader</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
@@ -30,6 +30,8 @@
3030
<string>1.6+</string>
3131
<key>MainClass</key>
3232
<string>com.ggtracker.uploader.GgtrackerUploader</string>
33+
<key>ClassPath</key>
34+
<string>$JAVAROOT/SimpleEdit.jar</string>
3335
</dict>
3436
</dict>
3537
</plist>

build.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474

7575
<mkdir dir="build/gguploader-osx/gguploader.app/Contents/MacOS" />
7676
<copy todir="build/gguploader-osx/gguploader.app/Contents/MacOS" file="app_resources/JavaApplicationStub" />
77+
<!-- Ant's copy task always wipes permissions so we need to manually set any custom permissions -->
78+
<chmod file="build/gguploader-osx/gguploader.app/Contents/MacOS/JavaApplicationStub" perm="a+x" />
7779

7880
<copy todir="build/gguploader-osx/gguploader.app/Contents" file="app_resources/Info.plist" />
7981
<copy todir="build/gguploader-osx/gguploader.app/Contents" file="app_resources/PkgInfo" />

0 commit comments

Comments
 (0)