firefox: do not set the executable bit on desktop file

This prevent Gnome to find the app correctly.
This commit is contained in:
Pol Dellaiera
2025-04-22 15:40:24 +05:30
committed by Masum Reza
parent bbd42dd89b
commit afaf992b70
@@ -487,7 +487,7 @@ let
done
fi
install -D -t $out/share/applications $desktopItem/share/applications/*
install -m 644 -D -t $out/share/applications $desktopItem/share/applications/*
''
+ lib.optionalString hasMozSystemDirPatch ''