feat: add hotfix property for Windows 4-part version
This commit is contained in:
@@ -150,11 +150,11 @@
|
|||||||
<minVersion>21</minVersion>
|
<minVersion>21</minVersion>
|
||||||
</jre>
|
</jre>
|
||||||
<versionInfo>
|
<versionInfo>
|
||||||
<fileVersion>${project.version}.0</fileVersion>
|
<fileVersion>${project.version}.${hotfix}</fileVersion>
|
||||||
<txtFileVersion>${project.version}</txtFileVersion>
|
<txtFileVersion>${project.version}.${hotfix}</txtFileVersion>
|
||||||
<fileDescription>ZernMC Launcher</fileDescription>
|
<fileDescription>ZernMC Launcher</fileDescription>
|
||||||
<productVersion>${project.version}.0</productVersion>
|
<productVersion>${project.version}.${hotfix}</productVersion>
|
||||||
<txtProductVersion>${project.version}</txtProductVersion>
|
<txtProductVersion>${project.version}.${hotfix}</txtProductVersion>
|
||||||
<productName>ZernMC</productName>
|
<productName>ZernMC</productName>
|
||||||
<companyName>ZernMC</companyName>
|
<companyName>ZernMC</companyName>
|
||||||
<internalName>zernmc</internalName>
|
<internalName>zernmc</internalName>
|
||||||
@@ -181,11 +181,11 @@
|
|||||||
<minVersion>21</minVersion>
|
<minVersion>21</minVersion>
|
||||||
</jre>
|
</jre>
|
||||||
<versionInfo>
|
<versionInfo>
|
||||||
<fileVersion>${project.version}.0</fileVersion>
|
<fileVersion>${project.version}.${hotfix}</fileVersion>
|
||||||
<txtFileVersion>${project.version}</txtFileVersion>
|
<txtFileVersion>${project.version}.${hotfix}</txtFileVersion>
|
||||||
<fileDescription>ZernMC Launcher CLI</fileDescription>
|
<fileDescription>ZernMC Launcher CLI</fileDescription>
|
||||||
<productVersion>${project.version}.0</productVersion>
|
<productVersion>${project.version}.${hotfix}</productVersion>
|
||||||
<txtProductVersion>${project.version}</txtProductVersion>
|
<txtProductVersion>${project.version}.${hotfix}</txtProductVersion>
|
||||||
<productName>ZernMC CLI</productName>
|
<productName>ZernMC CLI</productName>
|
||||||
<companyName>ZernMC</companyName>
|
<companyName>ZernMC</companyName>
|
||||||
<internalName>zernmc-cli</internalName>
|
<internalName>zernmc-cli</internalName>
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>1.0.12</revision>
|
<revision>1.0.12</revision>
|
||||||
|
<hotfix>0</hotfix>
|
||||||
<maven.compiler.source>21</maven.compiler.source>
|
<maven.compiler.source>21</maven.compiler.source>
|
||||||
<maven.compiler.target>21</maven.compiler.target>
|
<maven.compiler.target>21</maven.compiler.target>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
Reference in New Issue
Block a user