From a0bb2fb26e3f5ea6be52a42208ea205bd76dc335 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Wed, 24 Nov 2021 00:58:44 +0100 Subject: [PATCH] Change to correct python command --- scripts/run_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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