fort/deploy/setup-deployment.bat

15 lines
295 B
Batchfile
Raw Normal View History

2017-11-21 08:32:09 +00:00
@cd %~dp0
@echo off
@set TARGET_PATH=build
md %TARGET_PATH%
cd %TARGET_PATH%
del /Q /F qt*.* FortFirewall.exe
rd /Q /S driver\scripts i18n imports plugins scripts
2017-11-21 08:32:09 +00:00
cd ..
powershell.exe -executionpolicy remotesigned -file setup-deployment.ps1 %TARGET_PATH% %*
xcopy /Q /S /Y qt %TARGET_PATH%\