- 
                Notifications
    
You must be signed in to change notification settings  - Fork 520
 
Open
Labels
Description
What did you expect to happen?
My computer is x64, but the target Steam version is x86. I expect that when executing powershell -File SetupDependencies.ps1, the dependencies corresponding to x86 can be downloaded correctly, so we can build the dll.
Instead of that, what actually happened?
After executing "powershell -File SetupDependencies.ps1", it always downloads x64 dependencies, which can be successfully packaged, but ultimately cannot be used.
Relevant log output
Example Code
Additional Information
No response