Windows drivers into bundle

This commit is contained in:
rusefi 2019-06-30 19:00:27 -04:00
parent d5e94c8212
commit 57236fe82d
2 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@ mkdir %drivers_folder%
ls -l %folder%
wget https://rusefi.com/build_server/st_files/silent_st_drivers.exe drivers -P %drivers_folder%
if not exist %drivers_folder%/silent_st_drivers.exe (
echo ERROR DOWNLOADING silent_st_drivers.exe
EXIT /B 1
)
if %ini_file_override%.==. (
set ini_file_override=rusefi.ini

View File

@ -5,7 +5,7 @@ https://sliksvn.com/download/ used to produce numeric revision number needs to b
https://cygwin.com/install.html needs to be added to System PATH manually
cygwin: make, gcc, zip
cygwin: make, gcc, zip, wget
cp c:\cygwin\bin\find.exe c:\cygwin\bin\findcyg.exe