Use the proper environment variable for the Program Files (x86) folder
This commit is contained in:
parent
dfb8d9d87f
commit
6c5a323b4a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"env": {
|
||||
"PATH": "$(PATH);C:\\Program Files (x86)\\Steam"
|
||||
"PATH": "$(PATH);$(ProgramFiles(x86))\\Steam"
|
||||
},
|
||||
"apps": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue