diff --git a/scripts/run_windows.bat b/scripts/run_windows.bat index 536833c..1fd0e92 100644 --- a/scripts/run_windows.bat +++ b/scripts/run_windows.bat @@ -13,7 +13,7 @@ else (echo "Did not find files to build - cloning..." && GOTO :CLONE) :BUILD :: CMakeLists patching -python3 C:/patch_cmake.py CMakeLists.txt C:/CMakeLists.txt.patch +python C:/patch_cmake.py CMakeLists.txt C:/CMakeLists.txt.patch :: Prepare build dir mkdir jcef_build && cd jcef_build