【fix】添加打包命令

This commit is contained in:
macbookpro
2025-08-01 00:26:09 +08:00
parent 98e3e6d218
commit eb73dc1b87

View File

@@ -121,7 +121,7 @@ cp ./target/*.jar ./jpackage-input/app.jar
```shell
jpackage \
--input ./jpackage-input \
--input ./target \
--name wlcn-client \
--main-jar app.jar \
--main-class org.framework.lazy.cloud.network.heartbeat.client.LazyCloudHeartbeatClientStart \