mirror of https://github.com/rusefi/rusefi-1.git
9 lines
351 B
Batchfile
9 lines
351 B
Batchfile
@echo off
|
|
bash.exe gen_config.sh
|
|
|
|
rem This would automatically copy latest file to 'dev' TS project
|
|
set ts_path="%HOMEDRIVE%%HOMEPATH%\Documents\TunerStudioProjects"
|
|
echo %ts_path%
|
|
cp tunerstudio/generated/rusefi.ini %ts_path%\dev\projectCfg\mainController.ini
|
|
cp tunerstudio/generated/rusefi_mre_f4.ini %ts_path%\mre_f4\projectCfg\mainController.ini
|