From 301fbb013cbf42db7e30aa752dff78823f2fbdd1 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Sun, 13 Aug 2023 09:59:29 +0100 Subject: [PATCH] Ports/nyancat: Use the correct launcher command path --- Ports/nyancat/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/nyancat/package.sh b/Ports/nyancat/package.sh index 2383c5176b..0b3740b9f0 100755 --- a/Ports/nyancat/package.sh +++ b/Ports/nyancat/package.sh @@ -8,5 +8,5 @@ files=( ) launcher_name=Nyancat launcher_category=Games -launcher_command=nyancat +launcher_command='/usr/local/bin/nyancat' launcher_run_in_terminal=true