Skip to content

Commit e2ffb9a

Browse files
committed
[LW-11505] Fix the Windows installer
1 parent c0ed247 commit e2ffb9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

installers/common/WindowsInstaller.hs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
231231
file [] "genesis-alonzo.json"
232232
file [] "libsodium-23.dll"
233233
file [] "libsecp256k1-2.dll"
234-
file [] "libssl-3-x64.dll"
235-
file [] "libcrypto-3-x64.dll"
236234
when (clusterName == Selfnode) $ do
237235
file [] "signing.key"
238236
file [] "delegation.cert"
@@ -242,10 +240,14 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
242240
file [] "mock-token-metadata-server.exe"
243241
file [] "token-metadata.json"
244242
file [] "cardano-launcher.exe"
243+
file [] "libatomic-1.dll"
245244
file [] "libffi-8.dll"
246245
file [] "libgmp-10.dll"
247246
file [] "libstdc++-6.dll"
248247
file [] "mcfgthread-12.dll"
248+
file [] "libmcfgthread-1.dll"
249+
file [] "libquadmath-0.dll"
250+
file [] "libssp-0.dll"
249251
file [] "libgcc_s_seh-1.dll"
250252
file [] "zlib1.dll"
251253
--file [] "cardano-x509-certificates.exe"

0 commit comments

Comments
 (0)