Skip to content

Commit

Permalink
Fix main.class reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 26, 2023
1 parent 4908573 commit 5a4ffec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packaging/config/linux-jpackage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--vendor ${app.vendor}
--dest "${project.build.directory}"
--main-jar ${project.build.finalName}.jar
--main-class ${main-class}
--main-class ${main.class}
--input "${project.build.directory}/lib"
--app-version ${app.version}
--runtime-image "${project.build.directory}/runtime"
Expand Down
2 changes: 1 addition & 1 deletion src/packaging/config/osx-jpackage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--vendor ${app.vendor}
--dest "${project.build.directory}"
--main-jar ${project.build.finalName}.jar
--main-class ${main-class}
--main-class ${main.class}
--input "${project.build.directory}/lib"
--app-version ${app.version}
--runtime-image "${project.build.directory}/runtime"
Expand Down

0 comments on commit 5a4ffec

Please sign in to comment.