From 51574959ece4fb613eb94a6ebae792a41009e705 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 17 Jan 2023 18:49:33 +0100 Subject: [PATCH] Setup: add moduleupdater prompt to setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 3b3ea562..2f4753d5 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,10 @@ from pathlib import Path import setuptools +if __name__ == "__main__": + import ModuleUpdate + ModuleUpdate.update() + from Launcher import components, icon_paths from Utils import version_tuple, is_windows, is_linux