File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments