David Bernard

Results 54 issues of 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...

enhancement

- allow to configure what files to remove from jre + from jre/rt.jar like [packr](https://github.com/libgdx/packr) - per platform ??

enhancement

Getdown can be used to download every stuff (jar, ...). Add an option to generate bundle with launch + getdown.txt + getdown.jar + shortcuts + background + jre

enhancement

Create every missing resolution for shortcut from bigger image. Then use them to create .ico (like in 0.3.0)

enhancement

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...

layouts of source, website, deployed app,...

enhancement

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...

breaking change

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"...