From b53d50bd3f3c77482a620712926e7acc1e6d6b5f Mon Sep 17 00:00:00 2001 From: "ay9thqi3tbqiwbegqsg a[soiaosshasdg" <30902201+alx365@users.noreply.github.com> Date: Thu, 16 Jul 2020 16:20:35 +0200 Subject: [PATCH] Updated the desktop file, because in my case ~/.local bin wasn't in the path title. It should make the installation and first run experience easier, since you don't have to debug and find out, why the executable wasn't found. --- assets/noisetorch.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/noisetorch.desktop b/assets/noisetorch.desktop index 7285dca..4f73fb7 100644 --- a/assets/noisetorch.desktop +++ b/assets/noisetorch.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=NoiseTorch Comment=Create a virtual microphone that suppresses noise, in any application. -Exec=noisetorch +Exec=~/.local/bin/noisetorch Icon=noisetorch.png Terminal=false Type=Application