Guest User

jpackage complex

a guest
Aug 23rd, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.50 KB | None | 0 0
  1. jpackage --input "release" --dest "installer" --main-class "org.ubisoft.uplay.prototojson.pub.app/AppMain" --main-jar "prototojson.jar" --name "ProtoToJson" --app-version "1.0" --description "ProtoToJson" --vendor "Ubisoft" --copyright "(c) Ubisoft" --file-associations "resources/FAstate.properties" --file-associations "resources/FAmanifest.properties" --install-dir "Ubisoft/ProtoToJson" --win-dir-chooser --win-menu --win-shortcut --win-menu-group "Ubisoft" --icon "resources/protoToJsonLogo.ico" --type exe
Advertisement
Add Comment
Please, Sign In to add comment