lunar-client: move icon to spec-compliant location (#495778)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 22:00:34 +00:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ appimageTools.wrapType2 rec {
wrapProgram $out/bin/lunarclient \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}"
install -Dm444 ${contents}/lunarclient.desktop -t $out/share/applications/
install -Dm444 ${contents}/lunarclient.png -t $out/share/pixmaps/
install -Dm444 ${contents}/lunarclient.png -t $out/share/icons
substituteInPlace $out/share/applications/lunarclient.desktop \
--replace-fail 'Exec=AppRun --no-sandbox %U' 'Exec=lunarclient'
'';