-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a gradle task to build Sparkle Motion into a Mac app.
Ideally it would come up as a normal-looking Mac application, but lwjgl and Swing aren't compatible because they both want full control of the main thread's event loop. So unfortunately it starts the app with a taskbar icon but no menu bar or windows. * Bumped shadow jar plugin to 8.3.0. * Removed -Djava.awt.headless=true java arg and JOGL deps, not needed. See also: * What does the -XstartOnFirstThread VM Argument do / mean? * jpackage-gradle-plugin for the official java packaging wrapper
- Loading branch information
Showing
2 changed files
with
103 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.