fort/deploy/setup-deployment.bat
2021-08-29 20:21:48 +03:00

15 lines
279 B
Batchfile

@cd %~dp0
@echo off
@set TARGET_PATH=build
md %TARGET_PATH%
cd %TARGET_PATH%
del /Q /F qt*.* FortFirewall.exe
rd /Q /S driver i18n imports plugins
cd ..
powershell.exe -executionpolicy remotesigned -file setup-deployment.ps1 %TARGET_PATH% %*
xcopy /Q /S /Y qt %TARGET_PATH%\