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"