diff options
author | Andre Heinecke <[email protected]> | 2024-08-08 13:18:07 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2024-08-08 13:18:07 +0000 |
commit | 9e2633937c0cd5c62ac1a1a0c2dc3472d7636c16 (patch) | |
tree | 0406154edf7a43cab9c8ab9587c8c8bd37e6a57e /build-aux | |
parent | speedo,w32: Fix check for gpg-authcode-sign.sh (diff) | |
download | gnupg-9e2633937c0cd5c62ac1a1a0c2dc3472d7636c16.tar.gz gnupg-9e2633937c0cd5c62ac1a1a0c2dc3472d7636c16.zip |
speedo,w32: Update libassuan dll name in wxs
* build-aux/speedo/w32/wixlib.wxs: Update name and UID for
libassuan
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/speedo/w32/wixlib.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/speedo/w32/wixlib.wxs b/build-aux/speedo/w32/wixlib.wxs index e11455813..48d105db3 100644 --- a/build-aux/speedo/w32/wixlib.wxs +++ b/build-aux/speedo/w32/wixlib.wxs @@ -97,8 +97,8 @@ and then manually edited: <Component Id="cmp2D1FC2D5A2C9B057FC22A0EBE475D6C2" Directory="dirAA72FFDDFA224FB221D53750596B0142" Guid="AF6741CB-C010-436E-BD56-B622EEED11D9"> <File Id="fil8403D82C4985B5B7EAF7365C15C2A799" KeyPath="yes" Source="$(var.SourceDir)\bin\gpgv.exe"/> </Component> - <Component Id="cmpF92C3483916C55841364708FCE4E1773" Directory="dirAA72FFDDFA224FB221D53750596B0142" Guid="A8AEC3EA-1634-43C1-B47B-1A87BC39CF6B"> - <File Id="filEE96FA35D6EEEBB2244C7F37E619364D" KeyPath="yes" Source="$(var.SourceDir)\bin\libassuan-0.dll"/> + <Component Id="cmpF92C3483916C55841364708FCE4E1773" Directory="dirAA72FFDDFA224FB221D53750596B0142" Guid="A8AEC3EA-1634-43C1-B47B-1A87BC39CF6C"> + <File Id="filEE96FA35D6EEEBB2244C7F37E619364D" KeyPath="yes" Source="$(var.SourceDir)\bin\libassuan-9.dll"/> </Component> <Component Id="cmp387993E51EFE71AAD3DB75D48EF2C869" Directory="dirAA72FFDDFA224FB221D53750596B0142" Guid="B40F4166-2B27-4F9C-A6C5-9788042EE134"> <File Id="filEE39C3CE2166E1496C1618124EDBBB7E" KeyPath="yes" Source="$(var.SourceDir)\bin\libgcrypt-20.dll"/> |