lunar-client: move icon to spec-compliant location (#495778)
This commit is contained in:
@@ -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'
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user