Setup: add moduleupdater prompt to setup.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -13,6 +13,10 @@ from pathlib import Path
|
|||||||
|
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
import ModuleUpdate
|
||||||
|
ModuleUpdate.update()
|
||||||
|
|
||||||
from Launcher import components, icon_paths
|
from Launcher import components, icon_paths
|
||||||
from Utils import version_tuple, is_windows, is_linux
|
from Utils import version_tuple, is_windows, is_linux
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user