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 9bfb35e commit 1889166Copy full SHA for 1889166
.github/workflows/main.yml
@@ -166,12 +166,12 @@ jobs:
166
167
- name: Create Standalone for Windows
168
run: |
169
- jpackage --input ${{ env.OUT_DIR }} \
170
- --name ${{ env.FILE_NAME }} \
171
- --main-jar ${{ env.FILE_NAME }}-${{ env.VERSION }}.jar \
172
- --main-class ${{ env.MAIN_CLASS }} \
173
- --win-shortcut \
174
- --type exe \
+ jpackage --input out `
+ --name connect4 `
+ --main-jar connect4-v1.1.0.jar `
+ --main-class App `
+ --win-shortcut `
+ --type exe `
175
--dest .
176
177
- name: List contents of out directory (Windows)
0 commit comments