We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650c7a6 commit 656463fCopy full SHA for 656463f
1 file changed
.github/workflows/build_linux.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
mvn -B install -DskipTests -Dgpg.skip=true --file font-bmp-editor/pom.xml
47
cd font-bmp-editor/target
48
- jpackage -n BitMapEdit -p jfx/deps --input jfx/app \
+ jpackage -n BitMapEdit -p jfx/deps --input jfx/app \
49
--icon tcMenuDesigner.ico --app-version 99.99.99 --verbose \
50
--java-options '-Dprism.lcdtext=false -Djava.library.path=$APPDIR/deb' \
51
--add-modules "jdk.crypto.cryptoki" \
0 commit comments