python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using jpackage how do I make the installer name different than application name?
I have a Java program that I can turn into an installer exe that makes an app exe
jpackage -t exe -i . -n compilerrunner --app-version 1.0 --win-dir-chooser --win-shortcut --main-jar compilerrunner.ja...
Mason McGerry
Votes: 0
Answers: 3