DCSOlympus/package.bat
2023-10-14 11:07:39 +02:00

11 lines
234 B
Batchfile

cd client
cd "plugins\controltips"
call npm run build
cd "..\.."
cd "plugins\databasemanager"
call npm run build
cd "..\.."
call npm prune --production
cd ..
call "C:\Program Files (x86)\Inno Setup 6\iscc.exe" "installer\olympus.iss"