beryx-gist / badass-runtime-example-javafx

A small JavaFX application that shows how to use the Badass Runtime Plugin
Apache License 2.0
25 stars 3 forks source link

How can I set the publisher name ? #15

Closed ghost closed 4 years ago

ghost commented 4 years ago

In Control Panel\Programs\Programs and Features there is a publisher name.

pubname

How can I set the publisher name ?

siordache commented 4 years ago
jpackage {
    ...
    installerOptions += ['--vendor', 'Acme Corporation']
    ...
}
ghost commented 4 years ago

@siordache Thank you!!!