From 3f67125f2036c79db66f74a33aac5c9802a8a79d Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Thu, 11 Jan 2024 09:55:48 +0100 Subject: [PATCH] Fixed missed call to copy.bat --- .gitignore | 3 ++- client/scripts/debug-nodcs.bat | 4 ++++ client/scripts/debug.bat | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 44efcc46..0a8e93ca 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ hgt L.Path.Drag.js leaflet-gesture-handling.css leaflet.nauticscale.js +leaflet.css package-lock.json -!client/bin \ No newline at end of file +!client/bin diff --git a/client/scripts/debug-nodcs.bat b/client/scripts/debug-nodcs.bat index 4d109cc0..d8f3e3be 100644 --- a/client/scripts/debug-nodcs.bat +++ b/client/scripts/debug-nodcs.bat @@ -1,3 +1,7 @@ +cd scripts +call ./copy.bat +cd .. + REM create a "fake" dcs Saved Games folder mkdir "%temp%\DCS Olympus\dcs" echo F|xcopy /Y "..\olympus.json" "%temp%\DCS Olympus\dcs\Config\olympus.json" diff --git a/client/scripts/debug.bat b/client/scripts/debug.bat index ac341aa0..70a6dad9 100644 --- a/client/scripts/debug.bat +++ b/client/scripts/debug.bat @@ -1,3 +1,7 @@ @echo off +cd scripts +call ./copy.bat +cd .. + set /p "config=Enter DCS Saved Games folder location: " concurrently --kill-others "npm run watch" "nodemon --ignore ./public/databases/ ./bin/www -- --config \"%config%\Config\Olympus.json\"" \ No newline at end of file