mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
create pm3 dir
This commit is contained in:
parent
9d2296f88a
commit
5a6230b623
1 changed files with 8 additions and 5 deletions
|
@ -43,15 +43,18 @@ clone_script:
|
||||||
Write-Host "[ OK ]" -ForegroundColor Green
|
Write-Host "[ OK ]" -ForegroundColor Green
|
||||||
|
|
||||||
|
|
||||||
if(Test-Path -Path C:\ProxSpace\pm3){
|
if(!(Test-Path -Path C:\ProxSpace\pm3)){
|
||||||
|
|
||||||
|
New-Item -ItemType Directory -Force -Path C:\ProxSpace\pm3
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
Write-Host "Removing pm3 dir..." -NoNewLine
|
Write-Host "Removing pm3 dir..." -NoNewLine
|
||||||
|
|
||||||
Remove-Item -Recurse -Force -Path C:\ProxSpace\pm3\*
|
Remove-Item -Recurse -Force -Path c:\ProxSpace\pm3\*
|
||||||
|
|
||||||
Write-Host "[ OK ]" -ForegroundColor Green
|
Write-Host "[ OK ]" -ForegroundColor Green
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
Write-Host "Cloning repository <$env:appveyor_repo_name> to $env:appveyor_build_folder ..." -NoNewLine
|
Write-Host "Cloning repository <$env:appveyor_repo_name> to $env:appveyor_build_folder ..." -NoNewLine
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue