Skip to content

Commit 38eddcc

Browse files
committed
[F] Disable jpackage for now
1 parent f82ad24 commit 38eddcc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
# for Windows using the --win-* flags only if you have the right cross-toolchain set up.
3636
# Typically, you'd run this step on Windows if you want an actual .exe.
3737
# For demonstration, here's how you'd do it on a Windows runner:
38-
# if: runner.os == 'Windows'
38+
if: runner.os == 'Windows'
3939
run: |
40-
jpackage ^
41-
--type exe ^
42-
--name "WorldLinkD" ^
43-
--input .\build\libs ^
44-
--main-jar "worldlinkd.jar" ^
45-
--main-class "aquadx.ApplicationKt" ^
46-
--java-options "-Xmx512m" ^
40+
jpackage \
41+
--type exe \
42+
--name "WorldLinkD" \
43+
--input .\build\libs \
44+
--main-jar "worldlinkd.jar" \
45+
--main-class "aquadx.ApplicationKt" \
46+
--java-options "-Xmx512m" \
4747
--win-console
4848
4949
- name: Release

0 commit comments

Comments
 (0)