mirror of
https://github.com/octopusYan/dayz-mod-translator.git
synced 2024-11-24 21:16:43 +08:00
chore(pom): 更新打包设置
This commit is contained in:
parent
e6d98a991e
commit
eadff7408f
17
pom.xml
17
pom.xml
@ -169,9 +169,8 @@
|
||||
<plugin>
|
||||
<groupId>io.github.fvarrui</groupId>
|
||||
<artifactId>javapackager</artifactId>
|
||||
<version>1.7.5</version>
|
||||
<version>1.7.6</version>
|
||||
<configuration>
|
||||
<bundleJre>true</bundleJre>
|
||||
<mainClass>cn.octopusyan.dayzmodtranslator.AppLuncher</mainClass>
|
||||
<generateInstaller>false</generateInstaller>
|
||||
</configuration>
|
||||
@ -183,6 +182,20 @@
|
||||
<goal>package</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<name>${project.name}-nojre_${project.version}</name>
|
||||
<platform>windows</platform>
|
||||
<createZipball>true</createZipball>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>bundling-for-windows-with-jre</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>package</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<name>${project.name}_${project.version}</name>
|
||||
<bundleJre>true</bundleJre>
|
||||
<platform>windows</platform>
|
||||
<createZipball>true</createZipball>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user