Launcher: dynamic Launcher

This commit is contained in:
Fabian Dill
2023-03-20 21:24:47 +01:00
committed by Fabian Dill
parent 9ee37b0ec5
commit 958829d491
6 changed files with 147 additions and 118 deletions

View File

@@ -40,7 +40,7 @@ if __name__ == "__main__":
ModuleUpdate.update(yes="--yes" in sys.argv or "-y" in sys.argv)
ModuleUpdate.update_ran = False # restore for later
from Launcher import components, icon_paths
from worlds.LauncherComponents import components, icon_paths
from Utils import version_tuple, is_windows, is_linux