[Update] Version 3.1.1 -> 3.1.2

This commit is contained in:
misyaguziya
2025-05-15 12:43:00 +09:00
parent 2d057debe6
commit d0e0fc3c28

View File

@@ -956,7 +956,7 @@ class Config:
def init_config(self): def init_config(self):
# Read Only # Read Only
self._VERSION = "3.1.1" self._VERSION = "3.1.2"
if getattr(sys, 'frozen', False): if getattr(sys, 'frozen', False):
self._PATH_LOCAL = os_path.dirname(sys.executable) self._PATH_LOCAL = os_path.dirname(sys.executable)
else: else: