Now we are back to original behavior, great step forward :)

This commit is contained in:
rusefi 2020-06-16 14:28:46 -04:00
parent 37fa7efb9f
commit 5178dcb037
2 changed files with 7 additions and 4 deletions

View File

@ -6,3 +6,10 @@ sh.exe gen_config.sh || (
if exist C:\cygwin ( C:\cygwin\bin\sh.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/rusefi.ini %ts_path%\dev\projectCfg\mainController.ini
cp tunerstudio/rusefi_microrusefi.ini %ts_path%\dev_mre\projectCfg\mainController.ini

View File

@ -32,7 +32,3 @@ java -DSystemOut.name=gen_config_board ^
-prepend tunerstudio/%BOARDNAME%_prefix.txt ^
-prepend config/boards/%BOARDNAME%/prepend.txt
rem This would automatically copy latest file to 'dev' TS project
set ts_path="%HOMEDRIVE%%HOMEPATH%\Documents\TunerStudioProjects\dev\projectCfg"
rem cp tunerstudio/rusefi_microrusefi.ini %ts_path%\mainController.ini