fvarrui / JavaPackager

:package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.
GNU General Public License v3.0
1.07k stars 134 forks source link

Update to Why 1.1.1 #212

Closed keastrid closed 2 years ago

keastrid commented 2 years ago

Also implements the setting of some exe metadata.

PS if you need something changed in Why feel free to let me know.

fvarrui commented 2 years ago

Thanks so much! Is it possible to run JavaLauncher using --module-path and --module arguments instead of --class-path? I'm thinking of adding support for JPMS.

keastrid commented 2 years ago

Sure! do you have a test project/jar? I've never used JPMS before, so I'll have to read up on it a bit.