From ed471e62c880dd8effbf9f536681e800b1d7e32c Mon Sep 17 00:00:00 2001 From: Dylan Jones Date: Sat, 19 Dec 2020 20:19:56 -0500 Subject: Fix auto downloader --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer.py') diff --git a/installer.py b/installer.py index 6e2a758..05384ed 100755 --- a/installer.py +++ b/installer.py @@ -80,7 +80,7 @@ def setup_forge(profile_id): def main(): # if we're in a bundle, download the latest pack data from remote source if hasattr(sys, "_MEIPASS"): - update_self() + util.update_self() persistent_data_path = os.path.join(config["pack"]["location"], "modpackman.json") if os.path.exists(persistent_data_path): -- cgit v1.2.3