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 88f05a5 commit 693351dCopy full SHA for 693351d
nix/internal/launcher-config.nix
@@ -142,7 +142,7 @@ let
142
in if networkSupported then supportedNetworks.${network} else unsupported;
143
144
iconPath = let
145
- networkIconExists = __pathExists (../. + "/installers/icons/${network}");
+ networkIconExists = __pathExists (../../. + "/installers/icons/${network}");
146
network' = if networkIconExists then network else "mainnet";
147
in {
148
small = ../../installers/icons + "/${network'}/64x64.png";
0 commit comments