Setup: add moduleupdater prompt to setup.py
This commit is contained in:
parent
04f726aef2
commit
51574959ec
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue