Bundler update

win script fix

frdel committed Oct 11, 2024 at 14:21 UTC 56ba6c860532c067349ca9dceca4f12f377c00f5
1 file changed +1 -1
bundle/windows_bundle.bat
+1 -1
@@ -99,7 +99,7 @@ if %errorlevel% neq 0 (
99 )
100
101 :: 8. Run bundle.py
102 -python bundle.py
102 +python ./bundle/bundle.py
103 if %errorlevel% neq 0 (
104 echo Error running bundle.py
105 pause