Use the proper environment variable for the Program Files (x86) folder

This commit is contained in:
Cameron Gutman 2022-12-20 22:26:35 -06:00
parent dfb8d9d87f
commit 6c5a323b4a

View File

@ -1,6 +1,6 @@
{
"env": {
"PATH": "$(PATH);C:\\Program Files (x86)\\Steam"
"PATH": "$(PATH);$(ProgramFiles(x86))\\Steam"
},
"apps": [
{