mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-08-03 22:39:33 +02:00
start update
This commit is contained in:
7
start.py
7
start.py
@@ -11,6 +11,9 @@ else:
|
||||
if ns_bundle:
|
||||
ns_bundle["CFBundleName"] = "DemonEditor"
|
||||
|
||||
from app.ui.main_app_window import start_app
|
||||
if __name__ == "__main__":
|
||||
from multiprocessing import set_start_method
|
||||
from app.ui.main_app_window import start_app
|
||||
|
||||
start_app()
|
||||
set_start_method("fork") # For compatibility [Python > 3.7]
|
||||
start_app()
|
||||
|
||||
Reference in New Issue
Block a user