Skip to content

Commit 693351d

Browse files
committed
Fix non-mainnet icons
1 parent 88f05a5 commit 693351d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/internal/launcher-config.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ let
142142
in if networkSupported then supportedNetworks.${network} else unsupported;
143143

144144
iconPath = let
145-
networkIconExists = __pathExists (../. + "/installers/icons/${network}");
145+
networkIconExists = __pathExists (../../. + "/installers/icons/${network}");
146146
network' = if networkIconExists then network else "mainnet";
147147
in {
148148
small = ../../installers/icons + "/${network'}/64x64.png";

0 commit comments

Comments
 (0)