Skip to content

Commit 656463f

Browse files
committed
#584 the bitmap/font tool now works when packaged on macos.
1 parent 650c7a6 commit 656463f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
mvn -B install -DskipTests -Dgpg.skip=true --file font-bmp-editor/pom.xml
4747
cd font-bmp-editor/target
48-
jpackage -n BitMapEdit -p jfx/deps --input jfx/app \
48+
jpackage -n BitMapEdit -p jfx/deps --input jfx/app \
4949
--icon tcMenuDesigner.ico --app-version 99.99.99 --verbose \
5050
--java-options '-Dprism.lcdtext=false -Djava.library.path=$APPDIR/deb' \
5151
--add-modules "jdk.crypto.cryptoki" \

0 commit comments

Comments
 (0)