mirror of
https://github.com/tnodir/fort
synced 2024-11-14 16:33:45 +00:00
10 lines
175 B
Batchfile
10 lines
175 B
Batchfile
@cd %~dp0
|
|
@echo off
|
|
|
|
@set TARGET_PATH=build
|
|
|
|
rd /Q /S %TARGET_PATH%
|
|
md %TARGET_PATH%
|
|
|
|
powershell.exe -executionpolicy remotesigned -file setup-deployment.ps1 %TARGET_PATH% %*
|