mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Fix detection of x64 architecture on some machines
This commit is contained in:
parent
14a6a69dc0
commit
3959f447d4
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@
|
|||
<util:RegistrySearch Variable="NT_BUILD_STRING"
|
||||
Root="HKLM"
|
||||
Key="Software\Microsoft\Windows NT\CurrentVersion"
|
||||
Value="BuildLabEx" />
|
||||
Value="BuildLabEx"
|
||||
Win64="yes" />
|
||||
|
||||
<util:ProductSearch Id="VCREDIST_142_x86"
|
||||
UpgradeCode="$(var.VCREDIST_X86_UPGRADE_CODE)"
|
||||
|
|
Loading…
Reference in a new issue