Skip to content

Commit

Permalink
fix: app version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed May 30, 2024
1 parent cf715bd commit 236c082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/packaging/osx/jpackage.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
--name ${app.name}
--app-version ${app.version}
--icon "${project.basedir}/img/icons/icon-draft.icns"
--dest "${project.build.directory}/installer-${matrix.os}"
--main-class ${main-class}
Expand Down
1 change: 1 addition & 0 deletions src/packaging/windows/jpackage.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--type msi
--name ${app.name}
--app-version ${app.version}
--win-menu
--win-menu-group ${windows.vendor}
--vendor ${windows.vendor}
Expand Down

0 comments on commit 236c082

Please sign in to comment.