mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
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:
parent
9b136dd5ed
commit
a89492b0f0
1 changed files with 1 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue