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