mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
check pm3 dir exist
This commit is contained in:
parent
3563eb36f9
commit
9d2296f88a
1 changed files with 6 additions and 3 deletions
|
@ -43,12 +43,15 @@ clone_script:
|
|||
Write-Host "[ OK ]" -ForegroundColor Green
|
||||
|
||||
|
||||
Write-Host "Removing pm3 dir..." -NoNewLine
|
||||
if(Test-Path -Path C:\ProxSpace\pm3){
|
||||
|
||||
Remove-Item -Recurse -Force -Path c:\ProxSpace\pm3\*
|
||||
Write-Host "Removing pm3 dir..." -NoNewLine
|
||||
|
||||
Write-Host "[ OK ]" -ForegroundColor Green
|
||||
Remove-Item -Recurse -Force -Path C:\ProxSpace\pm3\*
|
||||
|
||||
Write-Host "[ OK ]" -ForegroundColor Green
|
||||
|
||||
}
|
||||
|
||||
Write-Host "Cloning repository <$env:appveyor_repo_name> to $env:appveyor_build_folder ..." -NoNewLine
|
||||
|
||||
|
|
Loading…
Reference in a new issue