@@ -213,6 +213,9 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
213213 detailPrint " Removing previously installed version"
214214 rmdir [Recursive ] " $INSTDIR"
215215
216+ -- FIXME: Let's make it recursively take all files from a single install directory…
217+ -- FIXME: Why the repetition?
218+
216219 iff_ (fileExists " $APPDATA\\ $InstallDir\\ Wallet-1.0\\ open\\ *.*" ) $
217220 rmdir [] " $APPDATA\\ $InstallDir\\ Wallet-1.0\\ open"
218221 case oBackend of
@@ -224,11 +227,14 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
224227 file [] " config.yaml"
225228 file [] " topology.yaml"
226229 file [] " genesis.json"
230+ when (clusterName == Mainnet ) $ do
231+ file [] " checkpoints.json"
227232 when (clusterName /= Selfnode ) $ do
228233 file [NonFatal ] " genesis-conway.json"
229234 file [] " genesis-byron.json"
230235 file [] " genesis-shelley.json"
231236 file [] " genesis-alonzo.json"
237+ file [] " peer-snapshot.json"
232238 file [] " libsodium-23.dll"
233239 file [] " libsecp256k1-2.dll"
234240 when (clusterName == Selfnode ) $ do
@@ -240,16 +246,16 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
240246 file [] " mock-token-metadata-server.exe"
241247 file [] " token-metadata.json"
242248 file [] " cardano-launcher.exe"
243- file [] " libatomic-1.dll"
244249 file [] " libffi-8.dll"
245250 file [] " libgmp-10.dll"
246251 file [] " libstdc++-6.dll"
247252 file [] " mcfgthread-12.dll"
248253 file [] " libmcfgthread-1.dll"
249- file [] " libquadmath-0.dll"
250- file [] " libssp-0.dll"
254+ file [] " libmcfgthread-minimal-1.dll"
251255 file [] " libgcc_s_seh-1.dll"
252256 file [] " zlib1.dll"
257+ file [] " liblmdb.dll"
258+ file [] " libz.dll"
253259 -- file [] "cardano-x509-certificates.exe"
254260 -- file [] "log-config-prod.yaml"
255261 -- file [] "wallet-topology.yaml"
0 commit comments