mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
11 lines
234 B
Batchfile
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"
|