Explorar o código

fixing pyinstaller packaging

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
f787779efb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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()