Actually call bundle.sh from bundle.bat

…instead of bundle-linux.sh that no longer exists
This commit is contained in:
2018-08-17 12:52:37 +02:00
parent 1f70a6f266
commit afdb0e977e

View File

@@ -15,4 +15,4 @@ rem cd %HOMEPATH%
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %ARCH%
echo Use full exe names when running under bash, e.g. "msbuild.exe"
echo Loading bash, you may now use git and msbuild in the same console \o/.
"C:\Program Files\Git\bin\sh.exe" bundle-linux.sh
"C:\Program Files\Git\bin\sh.exe" bundle.sh