aboutsummaryrefslogtreecommitdiff
path: root/modpackman.py
diff options
context:
space:
mode:
authorAlexander Hayden <alexhayden25@gmail.com>2020-11-28 02:11:49 -0500
committerAlexander Hayden <alexhayden25@gmail.com>2020-11-28 02:11:49 -0500
commitf3fafd67f085265a02881ca01474e2b4555495c2 (patch)
tree6ffcf13b9653f826acee6a43caea8ec0ae409684 /modpackman.py
parent82202fea4f29698dddbc3d588e34e4adce26f2f8 (diff)
downloadmodpackman-f3fafd67f085265a02881ca01474e2b4555495c2.tar.gz
modpackman-f3fafd67f085265a02881ca01474e2b4555495c2.zip
add path generation
Diffstat (limited to 'modpackman.py')
-rwxr-xr-xmodpackman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modpackman.py b/modpackman.py
index 6e23792..55ebea6 100755
--- a/modpackman.py
+++ b/modpackman.py
@@ -30,7 +30,7 @@ if __name__ == "__main__":
# run the command
if args.command == "install":
- util.install("version.txt", pack["whitelist"], pack['location'])
+ util.install("version.txt", pack["whitelist"], os.path.join(pack['location'], 'mods'))
elif args.command == "apply_updates":
util.apply_updates(mods, "version.txt", pack["game_version"])
elif args.command == "check_updates":