File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments