dlemmermann / JPackageScriptFX

A tutorial project featuring a build script (Mac, Windows) for JavaFX applications based on the new jpackage tool.
https://www.dlsc.com
Apache License 2.0
226 stars 27 forks source link

Any plan to support Linux based OS? #7

Closed UltraBurstXD closed 4 years ago

UltraBurstXD commented 4 years ago

These instructions found here only favors Windows and Mac users. What about us Linux fanatic users?

mipastgt commented 4 years ago

Conceptually, with just a few minor changes, the Mac version should also work for Linux but I simply did not have the time yet to give it a try. You might volunteer and provide me with some feedback.

mipastgt commented 4 years ago

You are really lucky. I just realized that I will need a Linux package for a project of mine within the next few days anyway, so I just sat down and updated the tutorial code. (Documentation update is still pending.) I tested creating, installing and uninstalling of a Debian package on Ubuntu 20.04. RPM is still untested. Maybe you can provide some feedback how it worked for you.

UltraBurstXD commented 4 years ago

OK. I will.