mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
24 lines
374 B
Batchfile
24 lines
374 B
Batchfile
call node increase_version.js
|
|
|
|
cd src
|
|
msbuild olympus.sln /t:Build /p:Configuration=Release
|
|
cd ..
|
|
|
|
cd client
|
|
rmdir /s /q "hgt"
|
|
call npm install
|
|
call npm run emit-declarations
|
|
call npm run build-release
|
|
|
|
cd "plugins\controltips"
|
|
call npm install
|
|
call npm run build-release
|
|
cd "..\.."
|
|
|
|
cd "plugins\databasemanager"
|
|
call npm install
|
|
call npm run build-release
|
|
cd "..\.."
|
|
|
|
cd..
|