Accommodate paths with spaces

This commit is contained in:
the-sane 2023-02-18 21:25:58 -05:00
parent 568f24a15c
commit ae9d34e943

View File

@ -72,7 +72,7 @@
{ {
"execute": { "execute": {
"description": "Creating game path", "description": "Creating game path",
"command": "mkdir -p $GAMEDIR'/drive_c/Program Files/Roberts Space Industries/StarCitizen/'{LIVE,PTU}" "command": "mkdir -p \"$GAMEDIR/drive_c/Program Files/Roberts Space Industries/StarCitizen/\"{LIVE,PTU}"
} }
} }
], ],