aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGuus der Kinderen <guus.der.kinderen@gmail.com>2017-08-17 15:32:48 +0000
committerMarshall Greenblatt <magreenblatt@gmail.com>2017-08-17 15:32:48 +0000
commit88fe68020899633c0dc18d760935ea024b4d6256 (patch)
tree32a9202ed239cdc8bfa9802cfdf566aa1c88c62d /tools
parent9497e56508487e29963e316a34d2e9f2f5893b24 (diff)
downloadjcef-88fe68020899633c0dc18d760935ea024b4d6256.tar.gz
Don't require depot_tools to build the JCEF distribution.
Diffstat (limited to 'tools')
-rw-r--r--tools/fix_style.bat2
-rw-r--r--tools/make_distrib.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/fix_style.bat b/tools/fix_style.bat
index 4270518..ae87444 100644
--- a/tools/fix_style.bat
+++ b/tools/fix_style.bat
@@ -1,2 +1,2 @@
@echo off
-python.bat tools\fix_style.py %*
+python tools\fix_style.py %*
diff --git a/tools/make_distrib.bat b/tools/make_distrib.bat
index 9e58f3a..502ed8e 100644
--- a/tools/make_distrib.bat
+++ b/tools/make_distrib.bat
@@ -75,7 +75,7 @@ xcopy /sfy %OUT_BINARY_PATH%\*.pak %DISTRIB_LIB_PATH%
xcopy /sfy %OUT_DOCS_PATH%\* %DISTRIB_DOCS_PATH%\
:: Create README.txt
-call python.bat tools\make_readme.py --output-dir %DISTRIB_PATH%\ --platform %DISTRIB_PLATFORM%
+call python tools\make_readme.py --output-dir %DISTRIB_PATH%\ --platform %DISTRIB_PLATFORM%
:: Copy miscellaneous files to the root directory.
copy .\LICENSE.txt %DISTRIB_PATH%