Closed ArnoldSmith86 closed 9 months ago
Trying to get this running and doing it in directory ~/Projects/Steam Deck/decky-plugin-template leads to errors because of lines like this:
~/Projects/Steam Deck/decky-plugin-template
https://github.com/SteamDeckHomebrew/decky-plugin-template/blob/8f6c61207f4afe623d9f00b2cca3681434d9d4de/.vscode/setup.sh#L43
I'll just rename the directory but I wanted to report it anyway.
While on *nix configurations (which the template is designed for) spaces in folder/filenames are not advisable, I've adjusted the template to hopefully resolve this. 498ca9b
Trying to get this running and doing it in directory
~/Projects/Steam Deck/decky-plugin-template
leads to errors because of lines like this:https://github.com/SteamDeckHomebrew/decky-plugin-template/blob/8f6c61207f4afe623d9f00b2cca3681434d9d4de/.vscode/setup.sh#L43
I'll just rename the directory but I wanted to report it anyway.