mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix space in windows paths
This commit is contained in:
parent
d80ab7bdfd
commit
9261193da0
@ -19,7 +19,7 @@ class SteamCMDcommand:
|
||||
:param install_dir: Directory to install to
|
||||
:return: Index command was added at
|
||||
"""
|
||||
self._commands.append(f"+force_install_dir {install_dir}")
|
||||
self._commands.append(f'+force_install_dir "{install_dir}"')
|
||||
return len(self._commands) - 1
|
||||
|
||||
def app_update(
|
||||
|
Loading…
Reference in New Issue
Block a user