JNotepad/tool/jpackage.sh
2023-10-05 11:03:13 +08:00

11 lines
348 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
#请在jlink之后通过文件管理器打开tool双击这个脚本而不是直接使用Idea执行
cd ..
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.13 \
--vendor "JCNC"