ВАЖНИ ФИКСЕС

This commit is contained in:
Sashegdev
2026-04-07 18:40:51 +00:00
parent a501329956
commit de703a4ddd
2 changed files with 12 additions and 7 deletions
+10 -5
View File
@@ -24,6 +24,8 @@
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Title>ZernMC Launcher</Implementation-Title>
<Implementation-Vendor>SashegDev</Implementation-Vendor>
<Implementation-Description>Полностью самописный Minecraft-лаунчер. Написанный SashegDev(в основном)</Implementation-Description>
<Implementation-URL>https://github.com/SashegDev/launcher</Implementation-URL>
</manifestEntries>
</transformer>
</transformers>
@@ -52,12 +54,15 @@
<minVersion>21</minVersion>
</jre>
<versionInfo>
<fileVersion>1.0.0.0</fileVersion>
<txtFileVersion>1.0.0</txtFileVersion>
<fileDescription>ZernMC Launcher</fileDescription>
<productVersion>1.0.0.0</productVersion>
<txtProductVersion>1.0.0</txtProductVersion>
<fileVersion>${project.version}</fileVersion>
<txtFileVersion>${project.version}</txtFileVersion>
<fileDescription>ZernMC Launcher — самописный Minecraft лаунчер</fileDescription>
<productVersion>${project.version}</productVersion>
<txtProductVersion>${project.version}</txtProductVersion>
<productName>ZernMC Launcher</productName>
<companyName>ZernMC(SashegDev)</companyName>
<internalName>ZernMCLauncher</internalName>
<originalFilename>ZernMCLauncher.exe</originalFilename>
</versionInfo>
</configuration>
</execution>
+2 -2
View File
@@ -108,10 +108,10 @@
<minVersion>21</minVersion>
</jre>
<versionInfo>
<fileVersion>${project.version}</fileVersion>
<fileVersion>${project.version}.0</fileVersion>
<txtFileVersion>${project.version}</txtFileVersion>
<fileDescription>ZernMC Launcher — самописный Minecraft лаунчер</fileDescription>
<productVersion>${project.version}</productVersion>
<productVersion>${project.version}.0</productVersion>
<txtProductVersion>${project.version}</txtProductVersion>
<productName>ZernMC Launcher</productName>
<companyName>ZernMC(SashegDev)</companyName>