增加build.txt 用于jlink后构建项目

This commit is contained in:
许轲 2023-08-14 22:36:40 +08:00
parent d680623993
commit f0f68e101b
2 changed files with 9 additions and 1 deletions

8
build.txt Normal file
View File

@ -0,0 +1,8 @@
jpackage `
--name JNotepad `
--type app-image `
-m org.jcnc.jnotepad/org.jcnc.jnotepad.LunchApp `
--runtime-image .\target\JNotepad\ `
--icon src/main/resources/img/icon.ico `
--app-version 1.1.8 `
--vendor "JCNC"