mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix: appveyor checks for bz2
This commit is contained in:
parent
a7799a5bf8
commit
990d33e109
1 changed files with 2 additions and 2 deletions
|
@ -204,7 +204,7 @@ build_script:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!(Test-Path C:\ProxSpace\pm3\client\resources\hardnested_tables\*.bin.z)){
|
if(!(Test-Path C:\ProxSpace\pm3\client\resources\hardnested_tables\*.bin.bz2)){
|
||||||
|
|
||||||
throw "Files in client\resources\hardnested_tables is not exists."
|
throw "Files in client\resources\hardnested_tables is not exists."
|
||||||
|
|
||||||
|
@ -371,7 +371,7 @@ test_script:
|
||||||
|
|
||||||
ExecTest "arm recovery image exists" "proxmark3_recovery.bin" {Test-Path C:\ProxSpace\pm3\Release\share\proxmark3\firmware\proxmark3_recovery.bin}
|
ExecTest "arm recovery image exists" "proxmark3_recovery.bin" {Test-Path C:\ProxSpace\pm3\Release\share\proxmark3\firmware\proxmark3_recovery.bin}
|
||||||
|
|
||||||
ExecTest "hardnested tables exists" "hardnested" {Test-Path C:\ProxSpace\pm3\Release\share\proxmark3\resources\hardnested_tables\*.z}
|
ExecTest "hardnested tables exists" "hardnested" {Test-Path C:\ProxSpace\pm3\Release\share\proxmark3\resources\hardnested_tables\*.bz2}
|
||||||
|
|
||||||
ExecTest "release exists" "release.zip" {Test-Path C:\ProxSpace\release.zip}
|
ExecTest "release exists" "release.zip" {Test-Path C:\ProxSpace\release.zip}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue