From 036916a9122da0c5853d6eb2002c88851b0cae87 Mon Sep 17 00:00:00 2001 From: Uriah Date: Tue, 19 Dec 2023 17:46:56 +0800 Subject: [PATCH] fix path --- scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinstall b/scripts/postinstall index f67da52..db7f172 100755 --- a/scripts/postinstall +++ b/scripts/postinstall @@ -17,4 +17,4 @@ if [ -L "$USER_HOME/.local/bin/snip" ]; then fi # Create the symlink in ~/.local/bin -ln -s "/Applications/snip.app/Contents/MacOS/snip" "$USER_HOME/.local/bin/snip" +ln -s "/Applications/snip.app/Contents/MacOS/snip-cli" "$USER_HOME/.local/bin/snip"