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 3311e11 commit 863c716Copy full SHA for 863c716
.github/workflows/deploy.yml
@@ -53,14 +53,7 @@ jobs:
53
54
- name: Create EXE package
55
run: |
56
- jpackage ^
57
- --input target\ ^
58
- --name LSOListGenerator ^
59
- --main-jar LSOListGenerator-1.0.jar ^
60
- --main-class pl.bator.lso_list_generator.LSOListGeneratorApplication ^
61
- --type exe ^
62
- --icon src\main\resources\logo.png ^
63
- --dest .
+ jpackage --input target\ --name LSOListGenerator --main-jar LSOListGenerator-1.0.jar --main-class pl.bator.lso_list_generator.LSOListGeneratorApplication --type exe --icon src\main\resources\logo.png
64
65
release:
66
needs: [ build-linux, build-windows ]
0 commit comments