change path format for modmgr
This commit is contained in:
@@ -203,12 +203,9 @@ def install_workshop(server_path: str, workshop_files: list) -> bool:
|
|||||||
|
|
||||||
args = [
|
args = [
|
||||||
mod_mgr_path,
|
mod_mgr_path,
|
||||||
"-c",
|
f"-c{working_dir}",
|
||||||
working_dir,
|
f"-p{packages_dir}",
|
||||||
"-p",
|
f"-d{install_dir}"
|
||||||
packages_dir,
|
|
||||||
"-d",
|
|
||||||
install_dir
|
|
||||||
]
|
]
|
||||||
|
|
||||||
for file in workshop_files:
|
for file in workshop_files:
|
||||||
|
|||||||
Reference in New Issue
Block a user