Skip to content

Commit 8e61735

Browse files
committed
Regenerate artifacts.
1 parent a7fb37f commit 8e61735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ build_script:
6969
test_script:
7070
- ps: >-
7171
Write-Host "Locating test executables..." -ForegroundColor Yellow;
72-
$BC_TEST_EXES = @(Get-ChildItem -Path "$env:APPVEYOR_BUILD_FOLDER\bin" -recurse | Where-Object { $_.Name -eq "$env:APPVEYOR_PROJECT_NAME-test.exe" });
72+
$BC_TEST_EXES = @(Get-ChildItem -Path "$env:APPVEYOR_BUILD_FOLDER\bin" -recurse | Where-Object { $_.Name -eq "libbitcoin-test.exe" });
7373
If ($BC_TEST_EXES.Count -ne 1) {
7474
Write-Host "Failure, invalid count of test executables." -ForegroundColor Red;
7575
exit 1;

libbitcoin.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ includedir=@includedir@
1717
#==============================================================================
1818
Name: libbitcoin
1919
Description: Bitcoin Cross-Platform C++ Development Toolkit
20-
URL: https://github.com/libbitcoin/libbitcoin
20+
URL: https://github.com/libbitcoin/libbitcoin-system
2121
Version: @PACKAGE_VERSION@
2222

2323

0 commit comments

Comments
 (0)