Skip to content

Commit

Permalink
disable win console
Browse files Browse the repository at this point in the history
  • Loading branch information
dekm committed Apr 19, 2023
1 parent 2655a8c commit 232dd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</modulePaths>
<runtimeImage>target/jlink</runtimeImage>
<type>APP_IMAGE</type>
<winConsole>true</winConsole>
<winConsole>false</winConsole>
<javaOptions>
<option>--add-opens</option>
<option>java.base/java.lang=ALL-UNNAMED</option>
Expand Down

0 comments on commit 232dd8e

Please sign in to comment.