Fixed missed call to copy.bat

This commit is contained in:
Pax1601 2024-01-11 09:55:48 +01:00
parent 0e9b249bba
commit 3f67125f20
3 changed files with 10 additions and 1 deletions

3
.gitignore vendored
View File

@ -27,6 +27,7 @@ hgt
L.Path.Drag.js
leaflet-gesture-handling.css
leaflet.nauticscale.js
leaflet.css
package-lock.json
!client/bin
!client/bin

View File

@ -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"

View File

@ -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\""