LS3solutions / openstream-server

GNU General Public License v3.0
201 stars 26 forks source link

Cant Find app Steam On Wii u Moonlight #26

Open MegaRaptor123 opened 1 year ago

MegaRaptor123 commented 1 year ago

Not sure if this is an issue but it says cant find app steam I went to apps.windows.json and changed everything to this { "env":{ "PATH":"$(PATH);C:\Program Files (x86)\Steam" }, "apps":[ { "name":"Steam",

    "output":"steam.txt",
    "prep-cmd":[
        {"do":"steam \"steam://open/bigpicture\""}
    ]
}
]

}

Is there something else I must change?