Skip to content

Commit 9dbaf38

Browse files
committed
Fix the Windows installer
1 parent ea95cdb commit 9dbaf38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installers/common/WindowsInstaller.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,16 +240,16 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
240240
file [] "mock-token-metadata-server.exe"
241241
file [] "token-metadata.json"
242242
file [] "cardano-launcher.exe"
243-
file [] "libatomic-1.dll"
244243
file [] "libffi-8.dll"
245244
file [] "libgmp-10.dll"
246245
file [] "libstdc++-6.dll"
247246
file [] "mcfgthread-12.dll"
248247
file [] "libmcfgthread-1.dll"
249-
file [] "libquadmath-0.dll"
250-
file [] "libssp-0.dll"
248+
file [] "libmcfgthread-minimal-1.dll"
251249
file [] "libgcc_s_seh-1.dll"
252250
file [] "zlib1.dll"
251+
file [] "liblmdb.dll"
252+
file [] "libz.dll"
253253
--file [] "cardano-x509-certificates.exe"
254254
--file [] "log-config-prod.yaml"
255255
--file [] "wallet-topology.yaml"

0 commit comments

Comments
 (0)