-
Notifications
You must be signed in to change notification settings - Fork 109
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
Create Exe or Debian Package #178
Comments
Yes, that's literally what it does - package your app and wrap it in an executable. Please see one of the example projects (maven or gradle). You will need to run the installer step once on each target platform to get a binary. |
But it is actually generating executable exe. Can i generate installer for my project ? |
Yes, there is a generate-installer step in the example projects which builds installers. On windows, it has a prerequisite on a third party installer framework, which it will prompt you for during installation. |
Hello, |
Fxlauncher uses javapackager to create a deb package if you include https://docs.oracle.com/javase/8/docs/technotes/tools/unix/javapackager.html |
Hello,
I am using fxlauncher in my application. Is there any way to create exe and debian package using fxlauncher api.
The text was updated successfully, but these errors were encountered: