mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
add quotes around pathes so white spaces in the path wont break the script
This commit is contained in:
parent
65a3cdff02
commit
cfe7880d70
|
@ -1,5 +1,5 @@
|
|||
if exist %APPDATA%\DDNet\ (
|
||||
@start explorer %APPDATA%\DDNet\
|
||||
if exist "%APPDATA%\DDNet\" (
|
||||
@start explorer "%APPDATA%\DDNet\"
|
||||
) else (
|
||||
@start explorer %APPDATA%\Teeworlds\
|
||||
@start explorer "%APPDATA%\Teeworlds\"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue