Skip to content

Commit

Permalink
Increment windows app version
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Aug 3, 2024
1 parent a750e10 commit 30b29b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@ jobs:
name: gui-icons
path: icons
- name: Package jar as exe application
run: >
run: |
set appver=%date:~6,2%.%date:~3,2%.%date:~0,2%%time:~0,2%
jpackage
--verbose
--dest application
Expand All @@ -407,6 +408,7 @@ jobs:
--win-menu
--win-dir-chooser
--win-per-user-install
--app-version %appver%
- name: Upload application
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 30b29b9

Please sign in to comment.