diff --git a/pkgs/applications/video/webtorrent_desktop/default.nix b/pkgs/applications/video/webtorrent_desktop/default.nix index b03ca2328b39..c99aed0c1afb 100644 --- a/pkgs/applications/video/webtorrent_desktop/default.nix +++ b/pkgs/applications/video/webtorrent_desktop/default.nix @@ -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; {