Skip to content

Commit faebd8c

Browse files
author
MarcoFalke
committed
appveyor: Write @PACKAGE_NAME@ to config
1 parent 653b2b4 commit faebd8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ after_build:
3939
- ps: clcache -z
4040
before_test:
4141
- ps: ${conf_ini} = (Get-Content([IO.Path]::Combine(${env:APPVEYOR_BUILD_FOLDER}, "test", "config.ini.in")))
42+
- ps: ${conf_ini} = ${conf_ini}.Replace("@PACKAGE_NAME@", "Bitcoin Core")
4243
- ps: ${conf_ini} = ${conf_ini}.Replace("@abs_top_srcdir@", ${env:APPVEYOR_BUILD_FOLDER})
4344
- ps: ${conf_ini} = ${conf_ini}.Replace("@abs_top_builddir@", ${env:APPVEYOR_BUILD_FOLDER})
4445
- ps: ${conf_ini} = ${conf_ini}.Replace("@EXEEXT@", ".exe")

0 commit comments

Comments
 (0)