webtorrent-desktop: fix .desktop Path entries (#45477)

Fixes the `Path=/opt/webtorrent-desktop` entries [here](41511c5615/static/linux/share/applications/webtorrent-desktop.desktop (L11-L13)) -- presently these prevent users from launching the application using the `.desktop` entry.
This commit is contained in:
Tycho Grouwstra 2018-08-22 23:32:10 +02:00 committed by xeji
parent 9b136dd5ed
commit a89492b0f0

View File

@ -73,7 +73,7 @@
# Fix the desktop link
substituteInPlace $out/share/applications/webtorrent-desktop.desktop \
--replace /opt/webtorrent-desktop/WebTorrent $out/bin/WebTorrent
--replace /opt/webtorrent-desktop $out/bin
'';
meta = with stdenv.lib; {