diff --git a/installers/common/WindowsInstaller.hs b/installers/common/WindowsInstaller.hs index 36dde9442b..669638aa45 100644 --- a/installers/common/WindowsInstaller.hs +++ b/installers/common/WindowsInstaller.hs @@ -231,8 +231,6 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto file [] "genesis-alonzo.json" file [] "libsodium-23.dll" file [] "libsecp256k1-2.dll" - file [] "libssl-3-x64.dll" - file [] "libcrypto-3-x64.dll" when (clusterName == Selfnode) $ do file [] "signing.key" file [] "delegation.cert" @@ -242,10 +240,14 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto file [] "mock-token-metadata-server.exe" file [] "token-metadata.json" file [] "cardano-launcher.exe" + file [] "libatomic-1.dll" file [] "libffi-8.dll" file [] "libgmp-10.dll" file [] "libstdc++-6.dll" file [] "mcfgthread-12.dll" + file [] "libmcfgthread-1.dll" + file [] "libquadmath-0.dll" + file [] "libssp-0.dll" file [] "libgcc_s_seh-1.dll" file [] "zlib1.dll" --file [] "cardano-x509-certificates.exe"