Skip to content

Commit 50703ee

Browse files
committed
remove warning by enabling native access for terminal coloring
1 parent a84f83c commit 50703ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/jpackage.args

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
--copyright "(C) 2016 - 2025 Skymatic GmbH"
1515
--app-version "${JP_APP_VERSION}"
1616
--java-options "-Dorg.cryptomator.cli.version=${APP_VERSION}"
17-
--java-options "--enable-native-access=${NATIVE_ACCESS_PACKAGE}"
17+
--java-options "--enable-native-access=${NATIVE_ACCESS_PACKAGE},org.fusesource.jansi"
1818
--java-options "-Xss5m"
1919
--java-options "-Xmx256m"
2020
--java-options "-Dfile.encoding=\"utf-8\""

0 commit comments

Comments
 (0)