mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
Moved wsl git path
This commit is contained in:
parent
a5c67ea4e6
commit
23c81357c2
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ environment:
|
|||
proxspace_zip_folder_name: ProxSpace-*
|
||||
proxspace_path: \ProxSpace
|
||||
proxspace_home_path: \ProxSpace\pm3
|
||||
wsl_git_path: C:\wslgit
|
||||
wsl_git_path: C:\proxmark
|
||||
|
||||
init:
|
||||
- ps: >-
|
||||
|
@ -209,7 +209,7 @@ build_script:
|
|||
$TestTime=[System.Environment]::TickCount
|
||||
ExecWSLCmd "make clean;make V=1"
|
||||
#some checks
|
||||
if(!(Test-Path "$env:wsl_git_path\client\proxmark3fail")){
|
||||
if(!(Test-Path "$env:wsl_git_path\client\proxmark3")){
|
||||
throw "Main file proxmark3 not exists."
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue