nicer bundle folder structure and reducing unneeded content #833
This commit is contained in:
parent
d76dcac0d5
commit
17f1204871
|
@ -7,7 +7,7 @@ This is rusEfi open source engine control unit bundle.
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
<a href=https://github.com/rusefi/rusefi>Source code & links</a>
|
<a href=https://github.com/rusefi/rusefi>Source code & links</a>
|
||||||
<br><br><br>
|
<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>
|
<br><br><br>
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,9 @@ echo Entering %script_name%
|
||||||
pwd
|
pwd
|
||||||
echo %script_name%: Working folder: %folder%
|
echo %script_name%: Working folder: %folder%
|
||||||
mkdir %folder%
|
mkdir %folder%
|
||||||
set console_folder=%folder%/console
|
set console_folder=%folder%\console
|
||||||
mkdir %console_folder%
|
mkdir %console_folder%
|
||||||
|
ls -l %folder%
|
||||||
|
|
||||||
cp java_console_binary/rusefi_console.jar %console_folder%
|
cp java_console_binary/rusefi_console.jar %console_folder%
|
||||||
cp simulator/build/rusefi_simulator.exe %console_folder%
|
cp simulator/build/rusefi_simulator.exe %console_folder%
|
||||||
|
|
Loading…
Reference in New Issue