hoppscotch: move icon to spec-compliant location

This commit is contained in:
pancaek
2026-03-02 12:27:13 -08:00
parent 40e883ab15
commit 91b8855971
+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"
'';