Skip to content

Commit

Permalink
Update launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson authored Mar 9, 2024
1 parent cb1cecc commit 8b57b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def env_defined(key):
depot_parts = depot.split(",")
depot_dir = f"/steamcmd/linux32/steamapps/content/app_233780/depot_{depot_parts[0]}/"
for file in os.listdir(depot_dir):
shutil.copytree(depot_dir + file, f"/arma3/", dirs_exist_ok=True)
shutil.copytree(depot_dir + file, "/arma3/", dirs_exist_ok=True)
print(f"Moved {file} to /arma3")

# Mods
Expand Down

0 comments on commit 8b57b54

Please sign in to comment.