From f0f68e101b684b211be6ee526f9f6b2a1dade8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E8=BD=B2?= Date: Mon, 14 Aug 2023 22:36:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0build.txt=20=E7=94=A8?= =?UTF-8?q?=E4=BA=8Ejlink=E5=90=8E=E6=9E=84=E5=BB=BA=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.txt | 8 ++++++++ pom.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 build.txt diff --git a/build.txt b/build.txt new file mode 100644 index 0000000..5ef7a05 --- /dev/null +++ b/build.txt @@ -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" \ No newline at end of file diff --git a/pom.xml b/pom.xml index e98824d..571de0a 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ - + org.openjfx javafx-fxml 17.0.1