From f3fafd67f085265a02881ca01474e2b4555495c2 Mon Sep 17 00:00:00 2001 From: Alexander Hayden Date: Sat, 28 Nov 2020 02:11:49 -0500 Subject: add path generation --- modpackman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modpackman.py') 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": -- cgit v1.2.3