mupdf: rename icon so it shows in menu

This commit is contained in:
Alister Hood
2025-06-17 00:44:47 +12:00
parent ef9d1ea73f
commit 92ad4152e5
+1 -1
View File
@@ -228,7 +228,7 @@ stdenv.mkDerivation rec {
'')
+ (lib.optionalString (enableX11 || enableGL) ''
mkdir -p $bin/share/icons/hicolor/48x48/apps
cp docs/logo/mupdf-icon-48.png $bin/share/icons/hicolor/48x48/apps
cp docs/logo/mupdf-icon-48.png $bin/share/icons/hicolor/48x48/apps/mupdf.png
'')
+ (
if enableGL then