I am able to make native package / self-contained app
but I do not know how to specify additional information such as vendor name, version number
etc.
Where can I found list of these properties
and how can I set them for package
?
I am able to make native package / self-contained app
but I do not know how to specify additional information such as vendor name, version number
etc.
Where can I found list of these properties
and how can I set them for package
?
javapackager -deploy -native installer -Bvendor=name -BappVersion=version ..etc
Bundler argument also has vendor so -vendor vendorName
or -Bvendor=vendorName
hope it helps now, but try when you are free