Skip to content

Commit

Permalink
add jpackage for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
elfunesto committed Aug 27, 2024
1 parent 7156019 commit eb7bbc8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions RCaNconstructor/src/packaging/macaarch64-jpackage.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--name ${app.name}
--icon ${project.basedir}/app-icon.icns
--dest ${project.build.directory}
--main-jar ${project.build.finalName}.jar
--main-class ${main-class}
--input ${project.build.directory}/dependency
--app-version ${app.version}
--runtime-image ${project.build.directory}/jvm-image
--temp ${project.build.directory}/installer-work
--mac-sign

0 comments on commit eb7bbc8

Please sign in to comment.