Create gam.exe.manifest for PyInstaller

This commit is contained in:
Jay Lee 2024-11-18 15:15:48 -05:00 committed by GitHub
parent 0e3d82b718
commit 1af1f10974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
src/gam.exe.manifest Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 8.1 / Server 2012 R2 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />
<!-- Windows 10+ / Server 2016+ -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
</application>
</compatibility>
</assembly>