mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Fixed missed call to copy.bat
This commit is contained in:
parent
0e9b249bba
commit
3f67125f20
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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\""
|
||||
Loading…
x
Reference in New Issue
Block a user