From 83c81ee667e106eb488d8f8cfc19a279a1f97909 Mon Sep 17 00:00:00 2001 From: songdragon Date: Fri, 1 Sep 2023 01:11:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#I7X2YR=20=E5=90=8C=E4=BA=8B=E8=BF=9B?= =?UTF-8?q?=E8=A1=8Cjavafx=E5=92=8Cgluonfx=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tool/build.sh diff --git a/tool/build.sh b/tool/build.sh new file mode 100644 index 0000000..a191e2d --- /dev/null +++ b/tool/build.sh @@ -0,0 +1,3 @@ +#!/bin/sh +mvn clean javafx:jlink gluonfx:build +