修改函数
This commit is contained in:
@@ -184,5 +184,4 @@ def resource_path(relative_path: str) -> str:
|
||||
return os.path.join(base_path, relative_path)
|
||||
|
||||
|
||||
def is_frozen() -> bool:
|
||||
return getattr(sys, 'frozen', False)
|
||||
DEVELOPMENT_ENV = getattr(sys, 'frozen', False)
|
||||
Reference in New Issue
Block a user