entangle: remove absolute path in desktop entry

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-10-14 21:11:33 +02:00
parent 4b11c8ab1d
commit 9affc1b3d8
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -120,11 +120,6 @@ stdenv.mkDerivation (finalAttrs: {
-e "/gtk-update-icon-cache/d"
'';
postInstall = ''
substituteInPlace "$out/share/applications/org.entangle_photo.Manager.desktop" \
--replace "Exec=entangle" "Exec=$out/bin/entangle"
'';
meta = {
description = "Tethered camera control and capture";
longDescription = ''