franz: fix Exec
substitution in franz.desktop
Signed-off-by: David Wood <david.wood@codeplay.com>
This commit is contained in:
parent
c8c7398d84
commit
05aa59afa6
@ -35,7 +35,7 @@ in stdenv.mkDerivation {
|
|||||||
# provide desktop item and icon
|
# provide desktop item and icon
|
||||||
cp -r usr/share $out
|
cp -r usr/share $out
|
||||||
substituteInPlace $out/share/applications/franz.desktop \
|
substituteInPlace $out/share/applications/franz.desktop \
|
||||||
--replace Exec=\"/opt/Franz/franz\" Exec=franz
|
--replace /opt/Franz/franz franz
|
||||||
'';
|
'';
|
||||||
|
|
||||||
dontWrapGApps = true;
|
dontWrapGApps = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user