mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:44:23 +00:00
Accommodate paths with spaces
This commit is contained in:
parent
568f24a15c
commit
ae9d34e943
@ -72,7 +72,7 @@
|
||||
{
|
||||
"execute": {
|
||||
"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}"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user