aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlawl <github@dumbinter.net>2020-07-16 16:25:40 +0200
committerGitHub <noreply@github.com>2020-07-16 16:25:40 +0200
commit18b7f94795bd1358e9fe2dc2f78213419cac233a (patch)
tree7d5083885cb2387b807b50ac7c11d7901c5cbae0
parentf3688606b7d3bf1019093190e2d5a8c0b02da869 (diff)
parentb53d50bd3f3c77482a620712926e7acc1e6d6b5f (diff)
downloadnoisetorch-18b7f94795bd1358e9fe2dc2f78213419cac233a.tar.gz
noisetorch-18b7f94795bd1358e9fe2dc2f78213419cac233a.zip
Use full path to binary in .desktop file
~/.local/bin might not be in the path
-rw-r--r--assets/noisetorch.desktop2
1 files changed, 1 insertions, 1 deletions
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