hoppscotch: move icon to spec-compliant location (#495943)

This commit is contained in:
dish
2026-03-09 01:44:48 +00:00
committed by GitHub
+1 -1
View File
@@ -92,7 +92,7 @@ else
''
# Install .desktop files
install -Dm444 ${appimageContents}/Hoppscotch.desktop $out/share/applications/hoppscotch.desktop
install -Dm444 ${appimageContents}/Hoppscotch.png $out/share/pixmaps/hoppscotch.png
install -Dm444 ${appimageContents}/Hoppscotch.png $out/share/icons/hicolor/256x256/apps/hoppscotch.png
substituteInPlace $out/share/applications/hoppscotch.desktop \
--replace-fail "hoppscotch-desktop" "hoppscotch"
'';