File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,7 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
228
228
file [] " libsodium-23.dll"
229
229
file [] " libsecp256k1-0.dll"
230
230
file [] " libcrypto-3-x64.dll"
231
+ file [] " libssl-3-x64.dll"
231
232
when (clusterName == Selfnode ) $ do
232
233
file [] " signing.key"
233
234
file [] " delegation.cert"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ runCommandCC "daedalus-cardano-bridge" {
14
14
cp -f ${ cardano-shell . haskellPackages . cardano-launcher . components . exes . cardano-launcher } /bin/* .
15
15
cp -f ${ cardano-node } /bin/cardano-node* .
16
16
cp -f ${ cardano-node } /bin/libcrypto-3-x64.dll .
17
+ cp -f ${ cardano-node } /bin/libssl-3-x64.dll .
17
18
cp -f ${ cardano-cli } /bin/cardano-cli* .
18
19
${ lib . optionalString ( local-cluster != null ) ''
19
20
You can’t perform that action at this time.
0 commit comments