From 914ec276c03f8e9afbb5b31b490cc0255fba0a5a Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 1 Mar 2025 12:23:28 +0100 Subject: [PATCH] .desktop entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c75c8d..c219f3c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ During development, we created a dummy vile at `~/.local/share/applications/de.p [Desktop Entry] Name=DnDBuster Comment=A simple timer app -Exec=gnome-mines +Exec=nix-shell /home/yoda/Downloads/git/DnDBuster-python/shell.nix --run 'export PYTHONPATH="${PYTHONPATH}:/home/yoda/Downloads/git/DnDBuster-python/src" && python /home/yoda/Downloads/git/DnDBuster-python/src/dndbuster/main.py' Icon=dndbuster-stopwatch Terminal=false Type=Application