Skip to content

Commit a38c48d

Browse files
committed
[DDW-1110] Fix Windows, and Apple M1
1 parent 1799492 commit a38c48d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

installers/common/WindowsInstaller.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,13 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
204204
file [] "genesis-shelley.json"
205205
file [] "genesis-alonzo.json"
206206
file [] "libsodium-23.dll"
207+
file [] "libsecp256k1-0.dll"
207208
when (clusterName == Selfnode) $ do
208209
file [] "signing.key"
209210
file [] "delegation.cert"
210211
file [] "local-cluster.exe"
211-
file [] "libgcc_s_seh-1.dll"
212212
file [] "libgmpxx-4.dll"
213-
file [] "libstdc++-6.dll"
214213
file [] "libwinpthread-1.dll"
215-
file [] "mcfgthread-12.dll"
216214
file [] "mock-token-metadata-server.exe"
217215
file [Recursive] "test\\"
218216
file [] "token-metadata.json"

0 commit comments

Comments
 (0)