autoupdate file

This commit is contained in:
rusefi 2020-06-06 18:45:53 -04:00
parent dad5c52b61
commit 0a639e914c
1 changed files with 3 additions and 2 deletions

View File

@ -101,10 +101,11 @@ cd ..
mkdir artifacts
mv temp/%full_bundle_file% artifacts
echo removing more static content
cd temp
echo Removing more static content
rm -rf %console_folder%/DfuSe
rm -rf %drivers_folder%
cd temp
zip -r %update_bundle_file% *
ls -l %update_bundle_file%
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %RUSEFI_FTP_SERVER% . %update_bundle_file%