ВАЖНИ ФИКСЕС
This commit is contained in:
@@ -24,6 +24,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>
|
||||||
@@ -52,12 +54,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>
|
||||||
|
|||||||
+2
-2
@@ -108,10 +108,10 @@
|
|||||||
<minVersion>21</minVersion>
|
<minVersion>21</minVersion>
|
||||||
</jre>
|
</jre>
|
||||||
<versionInfo>
|
<versionInfo>
|
||||||
<fileVersion>${project.version}</fileVersion>
|
<fileVersion>${project.version}.0</fileVersion>
|
||||||
<txtFileVersion>${project.version}</txtFileVersion>
|
<txtFileVersion>${project.version}</txtFileVersion>
|
||||||
<fileDescription>ZernMC Launcher — самописный Minecraft лаунчер</fileDescription>
|
<fileDescription>ZernMC Launcher — самописный Minecraft лаунчер</fileDescription>
|
||||||
<productVersion>${project.version}</productVersion>
|
<productVersion>${project.version}.0</productVersion>
|
||||||
<txtProductVersion>${project.version}</txtProductVersion>
|
<txtProductVersion>${project.version}</txtProductVersion>
|
||||||
<productName>ZernMC Launcher</productName>
|
<productName>ZernMC Launcher</productName>
|
||||||
<companyName>ZernMC(SashegDev)</companyName>
|
<companyName>ZernMC(SashegDev)</companyName>
|
||||||
|
|||||||
Reference in New Issue
Block a user