Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot code sign for Mac App Store #62

Closed
Huntsmouse opened this issue Jun 13, 2016 · 1 comment
Closed

Cannot code sign for Mac App Store #62

Huntsmouse opened this issue Jun 13, 2016 · 1 comment

Comments

@Huntsmouse
Copy link

Huntsmouse commented Jun 13, 2016

The packager unfortunately puts all the java files INTO the Mac OS folder. As a result, the game will not properly code sign.

Would it be possible to ask for ability to move everything except the Mac OS executable to the Resources folder? The game will not code sign with config.json and the jre folder inside the Mac OS folder.

conf-mac2.json.txt

@code-disaster
Copy link
Member

Actually I made a change for that a while ago by request of OrangePixel who had the same issue. It's just been the native runtime, and not yet supported by the Java part, so it involved some manual steps to move files around after the bundle had been created.

I made adjustments yesterday to fix this, but they depend on #55 which I didn't merge yet. You can find the branch in my fork if you want to build a version yourself, but note that you'll need to adjust your packr configuration (command line, config, and/or minimize profile) to get it working - check the updated README.md in this branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants