firefox: do not set the executable bit on desktop file
This prevent Gnome to find the app correctly.
This commit is contained in:
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 ''
|
||||
|
||||
Reference in New Issue
Block a user