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
|
||||
cp -r usr/share $out
|
||||
substituteInPlace $out/share/applications/franz.desktop \
|
||||
--replace Exec=\"/opt/Franz/franz\" Exec=franz
|
||||
--replace /opt/Franz/franz franz
|
||||
'';
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
|
Loading…
Reference in New Issue