diff options
author | Andre Heinecke <[email protected]> | 2024-08-08 13:18:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-08-12 13:07:04 +0000 |
commit | 6f78219d0f4f8e10484ced3d46f19aa088fe64e5 (patch) | |
tree | f59304fabf26c837a993e94ce2229df8cd4e1848 | |
parent | agent: Fix an unitialized variable in an error path. (diff) | |
download | gnupg-6f78219d0f4f8e10484ced3d46f19aa088fe64e5.tar.gz gnupg-6f78219d0f4f8e10484ced3d46f19aa088fe64e5.zip |
speedo,w32: Update libassuan dll name in wxs
* build-aux/speedo/w32/wixlib.wxs: Update name and UID for
libassuan
-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 5d84336d6..db11edbca 100644 --- a/build-aux/speedo/w32/wixlib.wxs +++ b/build-aux/speedo/w32/wixlib.wxs @@ -91,8 +91,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"/> |