fclones-gui: 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:27:37 +02:00
parent 52dc88dece
commit cddcb797a3
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -38,7 +38,6 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
substituteInPlace snap/gui/fclones-gui.desktop \
--replace Exec=fclones-gui Exec=$out/bin/fclones-gui \
--replace 'Icon=''${SNAP}/meta/gui/fclones-gui.png' Icon=fclones-gui
install -Dm444 snap/gui/fclones-gui.desktop -t $out/share/applications