Remove license confirmation prompt

As we already have a TAC popup in place on first application launch
This commit is contained in:
Christoph Atteneder 2021-01-14 10:27:02 +01:00
parent d09a4ecda7
commit 8b5c6d8604
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -234,13 +234,10 @@ task packageInstallers {
" --main-class bisq.desktop.app.BisqAppMain" +
" --java-options -Xss1280k" +
" --java-options -XX:MaxRAM=4g" +
" --java-options -Djava.net.preferIPv4Stack=true" +
" --java-options -Djava.net.preferIPv4Stack=true"
// Warning: this will cause guice reflection exceptions and lead to issues with the guice internal cache
// resulting in the UI not loading
// " --java-options -Djdk.module.illegalAccess=deny" +
// Options for creating the application package
" --license-file \"${licenseFilePath}\""
)
if (Os.isFamily(Os.FAMILY_WINDOWS)) {