mupdf: rename icon so it shows in menu (#417246)

This commit is contained in:
Aleksana
2025-07-05 18:59:40 +08:00
committed by GitHub
+1 -1
View File
@@ -233,7 +233,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