fixed bug in build.sh
This commit is contained in:
5
build.sh
5
build.sh
@@ -1,7 +1,10 @@
|
|||||||
|
rm -rf out/app
|
||||||
|
|
||||||
jpackage \
|
jpackage \
|
||||||
--input out/artifacts/JGame2D_jar/ \
|
--input out/artifacts/JGame2D_jar/ \
|
||||||
--main-jar JGame2D.jar \
|
--main-jar JGame2D.jar \
|
||||||
--main-class de.miaurizius.jgame2d.core.Boot \
|
--main-class de.miaurizius.jgame2d.core.Boot \
|
||||||
--name JGame2D \
|
--name JGame2D \
|
||||||
--type app-image \
|
--type app-image \
|
||||||
--add-modules ALL-MODULE-PATH
|
--add-modules ALL-MODULE-PATH \
|
||||||
|
--dest out/app
|
||||||
Reference in New Issue
Block a user