Skip to content

Commit a1b1136

Browse files
committed
replace icon
1 parent cea7fd1 commit a1b1136

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Launcher/Launcher/Launcher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
99
<AssemblyName>NixOS</AssemblyName>
1010
<Version>1.3.3.7</Version>
11-
<ApplicationIcon>nixos.ico</ApplicationIcon>
11+
<ApplicationIcon>..\..\assets\nixos.ico</ApplicationIcon>
1212
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1313
<AnalysisLevel>latest-all</AnalysisLevel>
1414
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<Content Include="nixos.ico" />
26+
<Content Include="..\..\assets\nixos.ico" />
2727
<AdditionalFiles Include="NativeMethods.json" />
2828
</ItemGroup>
2929

Launcher/Launcher/nixos.ico

-67 KB
Binary file not shown.

assets/NixOS-WSL.ico

150 KB
Binary file not shown.

modules/build-tarball.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ with builtins; with lib;
33
let
44
cfg = config.wsl.tarball;
55

6-
icon = ../Launcher/Launcher/nixos.ico;
6+
icon = ../assets/NixOS-WSL.ico;
77
iconPath = "/etc/nixos.ico";
88

99
wsl-distribution-conf = pkgs.writeText "wsl-distribution.conf" (

0 commit comments

Comments
 (0)