@@ -225,12 +225,12 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
225225 file [] " topology.yaml"
226226 file [] " genesis.json"
227227 when (clusterName /= Selfnode ) $ do
228+ file [] " genesis-conway.json"
228229 file [] " genesis-byron.json"
229230 file [] " genesis-shelley.json"
230231 file [] " genesis-alonzo.json"
231232 file [] " libsodium-23.dll"
232- file [] " libsecp256k1-1.dll"
233- file [] " libsecp256k1-0.dll"
233+ file [] " libsecp256k1-2.dll"
234234 file [] " libssl-3-x64.dll"
235235 file [] " libcrypto-3-x64.dll"
236236 when (clusterName == Selfnode ) $ do
@@ -240,14 +240,14 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
240240 file [] " libgmpxx-4.dll"
241241 file [] " libwinpthread-1.dll"
242242 file [] " mock-token-metadata-server.exe"
243- file [Recursive ] " test\\ "
244243 file [] " token-metadata.json"
245244 file [] " cardano-launcher.exe"
246245 file [] " libffi-8.dll"
247246 file [] " libgmp-10.dll"
248247 file [] " libstdc++-6.dll"
249248 file [] " mcfgthread-12.dll"
250249 file [] " libgcc_s_seh-1.dll"
250+ file [] " zlib1.dll"
251251 -- file [] "cardano-x509-certificates.exe"
252252 -- file [] "log-config-prod.yaml"
253253 -- file [] "wallet-topology.yaml"
0 commit comments