From 5d5c30a602c0c45e395ad0a75aae13f5a3a843f4 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 9 Nov 2025 10:51:18 +0800 Subject: [PATCH] Optimize the installation experience of raycast --- integrations/setup-quick-launchers.sh | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/integrations/setup-quick-launchers.sh b/integrations/setup-quick-launchers.sh index 80c0e70..fc7e16d 100644 --- a/integrations/setup-quick-launchers.sh +++ b/integrations/setup-quick-launchers.sh @@ -33,7 +33,8 @@ detect_mo() { write_raycast_script() { local target="$1" local title="$2" - local command="$3" + local mo_bin="$3" + local subcommand="$4" cat > "$target" <