Browse Source

fixing pyinstaller packaging

Rodja Trappe 2 năm trước cách đây
mục cha
commit
f787779efb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()