Skip to content

Commit

Permalink
Merge pull request #2962 from Ghabry/windows/manifest
Browse files Browse the repository at this point in the history
Windows: Fix Manifest for x64
  • Loading branch information
Ghabry authored Apr 19, 2023
2 parents 5ef595c + 3de6055 commit 91e2690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/windows/player.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
processorArchitecture="*"
name="EasyRPG.EasyRPG.Player"
type="win32"
/>
Expand All @@ -27,7 +27,7 @@
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
Expand Down

0 comments on commit 91e2690

Please sign in to comment.