mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Remove license confirmation prompt
As we already have a TAC popup in place on first application launch
This commit is contained in:
parent
d09a4ecda7
commit
8b5c6d8604
1 changed files with 1 additions and 4 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue