diff --git a/deploy.py b/deploy.py index d2b5594..7d8e90e 100644 --- a/deploy.py +++ b/deploy.py @@ -275,7 +275,7 @@ def deploy(config): prepare_images(data, config) build_xml_code(data, config) - mod_directory = f"/Mods/{config['name']}/" + mod_directory = f"/LocalMods/{config['name']}/" logging.info(f"removing the old installed mod directory {config['installdir'] + mod_directory}") rmfulldir(config["installdir"] + mod_directory) diff --git a/source/filelist_template.xml b/source/filelist_template.xml index 87c5898..fb7ecea 100644 --- a/source/filelist_template.xml +++ b/source/filelist_template.xml @@ -1,6 +1,6 @@ {% if config['slug'] != "sunken_tapes" %}{% else %}{% endif %} - +