launcher exes copy correctly

This commit is contained in:
Matthew Kennedy 2023-03-17 15:43:21 -07:00
parent fbc291370c
commit 2eb1637444
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ fi
cp java_console_binary/fome_autoupdate.jar $CONSOLE_FOLDER cp java_console_binary/fome_autoupdate.jar $CONSOLE_FOLDER
cp java_console_binary/fome_console.jar $CONSOLE_FOLDER cp java_console_binary/fome_console.jar $CONSOLE_FOLDER
cp simulator/build/fome_simulator.exe $CONSOLE_FOLDER cp simulator/build/fome_simulator.exe $CONSOLE_FOLDER
cp misc/console_launcher/rusefi_*.exe $CONSOLE_FOLDER cp misc/console_launcher/fome_*.exe $CONSOLE_FOLDER
cp java_console/*.dll $CONSOLE_FOLDER cp java_console/*.dll $CONSOLE_FOLDER
cp java_console/rusefi.xml $CONSOLE_FOLDER cp java_console/rusefi.xml $CONSOLE_FOLDER
cp -r java_console/bin $FOLDER cp -r java_console/bin $FOLDER