瀏覽代碼

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()