installer.py: Download SUCatalog into memory

Skips writing to disk
This commit is contained in:
Mykola Grymalyuk
2022-04-06 13:42:39 -06:00
parent 3a9d97131d
commit 5d193192ef
6 changed files with 23 additions and 13 deletions
+1
View File
@@ -105,6 +105,7 @@ class Constants:
self.launcher_binary = None # Determine launch binary (ie. Python vs PyInstaller)
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
## Hardware
self.computer: device_probe.Computer = None # type: ignore