nicer bundle folder structure and reducing unneeded content #833

This commit is contained in:
rusefi 2019-06-09 19:17:32 -04:00
parent d76dcac0d5
commit 17f1204871
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ This is rusEfi open source engine control unit bundle.
<br><br><br>
<a href=https://github.com/rusefi/rusefi>Source code & links</a>
<br><br><br>
<a href=https://github.com/rusefi/rusefi_documentation>Documentation</a>
<a href=https://github.com/rusefi/rusefi_documentation/tree/master/overview/rusefi_bundle>Documentation</a>
<br><br><br>

View File

@ -4,8 +4,9 @@ echo Entering %script_name%
pwd
echo %script_name%: Working folder: %folder%
mkdir %folder%
set console_folder=%folder%/console
set console_folder=%folder%\console
mkdir %console_folder%
ls -l %folder%
cp java_console_binary/rusefi_console.jar %console_folder%
cp simulator/build/rusefi_simulator.exe %console_folder%