change path format for modmgr

This commit is contained in:
James
2022-02-03 18:57:59 +00:00
parent 1bba278b2a
commit a07a768e61

View File

@@ -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: