2019-06-10 20:13:32 -07:00
|
|
|
@echo off
|
2020-06-16 09:50:22 -07:00
|
|
|
sh.exe gen_config.sh || (
|
|
|
|
if exist C:\cygwin64 (
|
|
|
|
C:\cygwin64\bin\sh.exe gen_config.sh
|
|
|
|
) else (
|
|
|
|
if exist C:\cygwin ( C:\cygwin\bin\sh.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%
|
|
|
|
cp tunerstudio/rusefi.ini %ts_path%\dev\projectCfg\mainController.ini
|
|
|
|
cp tunerstudio/rusefi_microrusefi.ini %ts_path%\dev_mre\projectCfg\mainController.ini
|