Switch to onedir option

This commit is contained in:
Mykola Grymalyuk
2022-05-18 14:10:13 -06:00
parent a64817bf3e
commit 416138344a
5 changed files with 97 additions and 18 deletions
+1
View File
@@ -106,6 +106,7 @@ class Constants:
self.launcher_script = None # Determine launch file (if run via Python)
self.ignore_updates = False # Ignore OCLP updates
self.wxpython_variant = False # Determine if using wxPython variant
self.unpack_thread = None # Determine if unpack thread finished
## Hardware
self.computer: device_probe.Computer = None # type: ignore