Изменил версию и немного фиксов

This commit is contained in:
Sashegdev
2026-04-07 18:28:26 +00:00
parent 5516aeb12f
commit a501329956
+11 -6
View File
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>me.sashegdev</groupId> <groupId>me.sashegdev</groupId>
<artifactId>ZernMCLauncher</artifactId> <artifactId>ZernMCLauncher</artifactId>
<version>1.0.5</version> <version>1.0.6</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
@@ -76,6 +76,8 @@
<Implementation-Version>${project.version}</Implementation-Version> <Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Title>ZernMC Launcher</Implementation-Title> <Implementation-Title>ZernMC Launcher</Implementation-Title>
<Implementation-Vendor>SashegDev</Implementation-Vendor> <Implementation-Vendor>SashegDev</Implementation-Vendor>
<Implementation-Description>Полностью самописный Minecraft-лаунчер. Написанный SashegDev(в основном)</Implementation-Description>
<Implementation-URL>https://github.com/SashegDev/launcher</Implementation-URL>
</manifestEntries> </manifestEntries>
</transformer> </transformer>
</transformers> </transformers>
@@ -106,12 +108,15 @@
<minVersion>21</minVersion> <minVersion>21</minVersion>
</jre> </jre>
<versionInfo> <versionInfo>
<fileVersion>1.0.0.0</fileVersion> <fileVersion>${project.version}</fileVersion>
<txtFileVersion>1.0.0</txtFileVersion> <txtFileVersion>${project.version}</txtFileVersion>
<fileDescription>ZernMC Launcher</fileDescription> <fileDescription>ZernMC Launcher — самописный Minecraft лаунчер</fileDescription>
<productVersion>1.0.0.0</productVersion> <productVersion>${project.version}</productVersion>
<txtProductVersion>1.0.0</txtProductVersion> <txtProductVersion>${project.version}</txtProductVersion>
<productName>ZernMC Launcher</productName> <productName>ZernMC Launcher</productName>
<companyName>ZernMC(SashegDev)</companyName>
<internalName>ZernMCLauncher</internalName>
<originalFilename>ZernMCLauncher.exe</originalFilename>
</versionInfo> </versionInfo>
</configuration> </configuration>
</execution> </execution>