소스 검색

fixing pyinstaller packaging

Rodja Trappe 2 년 전
부모
커밋
f787779efb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      nicegui/native_mode.py

+ 1 - 0
nicegui/native_mode.py

@@ -12,6 +12,7 @@ with warnings.catch_warnings():
     warnings.filterwarnings('ignore', category=DeprecationWarning)
     import webview
 
+multiprocessing.freeze_support()
 shutdown = multiprocessing.Event()