We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1799492 commit a38c48dCopy full SHA for a38c48d
installers/common/WindowsInstaller.hs
@@ -204,15 +204,13 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
204
file [] "genesis-shelley.json"
205
file [] "genesis-alonzo.json"
206
file [] "libsodium-23.dll"
207
+ file [] "libsecp256k1-0.dll"
208
when (clusterName == Selfnode) $ do
209
file [] "signing.key"
210
file [] "delegation.cert"
211
file [] "local-cluster.exe"
- file [] "libgcc_s_seh-1.dll"
212
file [] "libgmpxx-4.dll"
213
- file [] "libstdc++-6.dll"
214
file [] "libwinpthread-1.dll"
215
- file [] "mcfgthread-12.dll"
216
file [] "mock-token-metadata-server.exe"
217
file [Recursive] "test\\"
218
file [] "token-metadata.json"
0 commit comments