webtorrent-desktop: fix .desktop Path entries (#45477)
Fixes the `Path=/opt/webtorrent-desktop` entries [here](https://github.com/webtorrent/webtorrent-desktop/blob/41511c56153b878b0dd39b2adac9525fb66fb35c/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:
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
# Fix the desktop link
|
# Fix the desktop link
|
||||||
substituteInPlace $out/share/applications/webtorrent-desktop.desktop \
|
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; {
|
meta = with stdenv.lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user