- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user