2019-06-10 20:13:32 -07:00
|
|
|
@echo off
|
2020-07-09 07:27:20 -07:00
|
|
|
bash.exe gen_config.sh
|
2020-06-16 11:28:46 -07:00
|
|
|
|
|
|
|
rem This would automatically copy latest file to 'dev' TS project
|
|
|
|
set ts_path="%HOMEDRIVE%%HOMEPATH%\Documents\TunerStudioProjects"
|
|
|
|
echo %ts_path%
|
2020-07-05 22:06:27 -07:00
|
|
|
cp tunerstudio/generated/rusefi.ini %ts_path%\dev\projectCfg\mainController.ini
|
2020-07-14 21:26:10 -07:00
|
|
|
cp tunerstudio/generated/rusefi_mre_f4.ini %ts_path%\mre_f4\projectCfg\mainController.ini
|