Merge pull request #318 from TheLastRar/manifest-platform

Fix: Don't specify x86 in manifest
This commit is contained in:
Sefa Eyeoglu 2022-10-27 22:53:15 +02:00
parent 549b5a6488
commit 9ec7837275
No known key found for this signature in database
GPG Key ID: C10411294912A422
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="x86" publicKeyToken="6595b64144ccf1df" language="*"/>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>
<description>Custom Minecraft launcher for managing multiple installs.</description>