diff --git a/pom.xml b/pom.xml index 8494181..5f6d100 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,8 @@ UTF-8 UTF-8 + cn.octopusyan.alistgui.AppLauncher + 5.10.0 21.0.4 2.0.16 @@ -188,27 +190,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 3.3.1 - - --enable-preview - - - - - org.apache.maven.plugins - maven-resources-plugin - 3.3.1 - - - exe - dll - - - - us.hebi.sass @@ -247,21 +228,32 @@ org.openjfx javafx-maven-plugin 0.0.8 + + true + 2 + true + true + alistgui + app + app + cn.octopusyan.alistgui/${exec.mainClass} + default-cli - launcher - cn.octopusyan.alistgui/cn.octopusyan.alistgui.AppLauncher + true + 2 + true + true + alist-gui + app + app + cn.octopusyan.alistgui/${exec.mainClass} - app - app - true - true - true @@ -273,9 +265,12 @@ javapackager 1.7.7-SNAPSHOT + ${exec.mainClass} true - cn.octopusyan.alistgui.AppLauncher false + true + ${project.basedir}/src/main/resources/assets + --enable-preview @@ -287,6 +282,10 @@ windows true + + gui + false + diff --git a/src/main/resources/assets/windows/alist-gui.ico b/src/main/resources/assets/windows/alist-gui.ico new file mode 100644 index 0000000..d928e38 Binary files /dev/null and b/src/main/resources/assets/windows/alist-gui.ico differ