diff options
author | Werner Koch <wk@gnupg.org> | 2022-10-13 17:52:59 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2022-10-13 17:53:27 +0200 |
commit | 0bb0450c4ae778fcc2bc01342744aac4e229d396 (patch) | |
tree | 9b716475c2ec95b7a1e1128747682aa60ac63f2c /build-aux/speedo | |
parent | speedo: Fix for a libgpg-error-config regression. (diff) | |
download | gnupg2-0bb0450c4ae778fcc2bc01342744aac4e229d396.tar.xz gnupg2-0bb0450c4ae778fcc2bc01342744aac4e229d396.zip |
speedo: Fix location of gpg-wks-client
--
Diffstat (limited to 'build-aux/speedo')
-rw-r--r-- | build-aux/speedo/w32/wixlib.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/speedo/w32/wixlib.wxs b/build-aux/speedo/w32/wixlib.wxs index f851e96b9..66e6fee62 100644 --- a/build-aux/speedo/w32/wixlib.wxs +++ b/build-aux/speedo/w32/wixlib.wxs @@ -71,7 +71,7 @@ and then manually edited: <File Id="fil563D2C0464DCE7ECADE6E15C0FC65822" KeyPath="yes" Source="$(var.SourceDir)\libexec\gpg-check-pattern.exe"/> </Component> <Component Id="cmpB87CCF9DDCB6D9B36B92B0F9FA24FDC9" Directory="dirAA72FFDDFA224FB221D53750596B0142" Guid="9BB809F3-C09B-4A1E-B52D-B68CBE59AE3B"> - <File Id="fil8A3F9D3F6E36120B183DDF4981D84C1B" KeyPath="yes" Source="$(var.SourceDir)\libexec\gpg-wks-client.exe"/> + <File Id="fil8A3F9D3F6E36120B183DDF4981D84C1B" KeyPath="yes" Source="$(var.SourceDir)\bin\gpg-wks-client.exe"/> </Component> <Component Id="cmpEC270B071977C15E14328A04D3BBC3E8" Directory="dirAA72FFDDFA224FB221D53750596B0142" Guid="4BE9D7E7-6054-4D78-9292-4D58DBA81684"> <File Id="fil822B20E83B1A966BABB0574CE6611B02" KeyPath="yes" Source="$(var.SourceDir)\bin\gpg.exe"/> |