diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000..b4b1c832042ba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Patch 2017-12-06: Make build tools working on Windows 10 +*.sh text eol=lf diff --git a/make-chromium.bat b/make-chromium.bat new file mode 100644 index 0000000000000..56daad9d99383 --- /dev/null +++ b/make-chromium.bat @@ -0,0 +1,7 @@ +@ECHO OFF + +REM Patch 2017-12-06: Make build tools working on Windows 10 +REM Need to install Python: sudo apt update && sudo apt install python -y + +BASH ./tools/make-chromium.sh +PAUSE