- if the user is not admin then the application will not restart from within but the changes will be applied at the next app run

This commit is contained in:
Marius Stanciu
2021-10-13 18:37:08 +03:00
committed by Marius
parent cea57b532f
commit 1d1ba28cb3
3 changed files with 31 additions and 8 deletions

View File

@@ -12,10 +12,6 @@ from multiprocessing import freeze_support
# import copyreg
# import types
if sys.platform == "win32":
# cx_freeze 'module win32' workaround
from win32comext.shell import shell, shellcon
MIN_VERSION_MAJOR = 3
MIN_VERSION_MINOR = 6