David Bernard
David Bernard
Today launch4j should be installed manually by users, then user should configure the path for the plugin (eg into $HOME/.gradle/gradle.properties). It would be fine if launch4j can be downloaded, installed...
- allow to configure what files to remove from jre + from jre/rt.jar like [packr](https://github.com/libgdx/packr) - per platform ??
Getdown can be used to download every stuff (jar, ...). Add an option to generate bundle with launch + getdown.txt + getdown.jar + shortcuts + background + jre
Create every missing resolution for shortcut from bigger image. Then use them to create .ico (like in 0.3.0)
Create .app for mac OSX from any platform (not only from an Mac) some links : - Apple's [Bundle Programming Guide](https://developer.apple.com/library/mac/documentation/CoreFoundation/Conceptual/CFBundles/Introduction/Introduction.html) - Oracle 's [Packaging a Java App for Distribution...
https://crates.io/crates/cliclack https://fadeevab.com/comparison-of-rust-cli-prompts/ for a quick comparison
# Changes - define every fields `url` and `viewUrl` with `format: "uri"` as proposed in #191 - as the version of schema was with suffix `-draft`, I didn't update them...
With version 0.4, ticket's schema define type of some field (`priority`, `resolution`, `ticketType`) like: ```json "anyOf": [ { "type": "string", "enum": [ "low", "medium", "high" ] }, { "type": "string"...