Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from BEAN-Tastic/test-cli
Browse files Browse the repository at this point in the history
Updating jpackage details (fix windows)
  • Loading branch information
CursoryWaif32BBD authored Mar 14, 2024
2 parents 396542f + 58603f3 commit ae1ccbf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ jobs:
- id: package
name: Package Installer
run: |
jpackage --verbose \
--input ./target \
--main-jar ${{ vars.name }}-${{ needs.tag-version.outputs.nextTag }}.jar \
--name ${{ vars.name }} \
--dest build/distributions \
--vendor BeanTastic \
--win-console \
--win-dir-chooser \
--win-menu \
--win-shortcut \
--win-shortcut-prompt \
jpackage --verbose `
--input ./target `
--main-jar ${{ vars.name }}-${{ needs.tag-version.outputs.nextTag }}.jar `
--name ${{ vars.name }} `
--dest build/distributions `
--vendor BeanTastic `
--win-console `
--win-dir-chooser `
--win-menu `
--win-shortcut `
--win-shortcut-prompt `
--win-help-url https://github.com/BEAN-Tastic/Bean-Tastic-CLI
# SAVE INSTALLER
Expand Down

0 comments on commit ae1ccbf

Please sign in to comment.