File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
<RuntimeIdentifiers >win-x64;win-arm64</RuntimeIdentifiers >
9
9
<AssemblyName >NixOS</AssemblyName >
10
10
<Version >1.3.3.7</Version >
11
- <ApplicationIcon >nixos.ico</ApplicationIcon >
11
+ <ApplicationIcon >..\..\assets\ nixos.ico</ApplicationIcon >
12
12
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
13
13
<AnalysisLevel >latest-all</AnalysisLevel >
14
14
<RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
23
23
</ItemGroup >
24
24
25
25
<ItemGroup >
26
- <Content Include =" nixos.ico" />
26
+ <Content Include =" ..\..\assets\ nixos.ico" />
27
27
<AdditionalFiles Include =" NativeMethods.json" />
28
28
</ItemGroup >
29
29
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ with builtins; with lib;
3
3
let
4
4
cfg = config . wsl . tarball ;
5
5
6
- icon = ../Launcher/Launcher/nixos .ico ;
6
+ icon = ../assets/NixOS-WSL .ico ;
7
7
iconPath = "/etc/nixos.ico" ;
8
8
9
9
wsl-distribution-conf = pkgs . writeText "wsl-distribution.conf" (
You can’t perform that action at this time.
0 commit comments