mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 08:09:50 +00:00
Use the proper environment variable for the Program Files (x86) folder
This commit is contained in:
parent
dfb8d9d87f
commit
6c5a323b4a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"env": {
|
||||
"PATH": "$(PATH);C:\\Program Files (x86)\\Steam"
|
||||
"PATH": "$(PATH);$(ProgramFiles(x86))\\Steam"
|
||||
},
|
||||
"apps": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user