Skip to content

Commit

Permalink
[LW-11505] Fix the Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Nov 7, 2024
1 parent c0ed247 commit e2ffb9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions installers/common/WindowsInstaller.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit e2ffb9a

Please sign in to comment.