#!/bin/sh
echo "cc-candybar: native binary not installed." >&2
echo "Postinstall did not stage a platform binary. Reinstall on darwin-arm64," >&2
echo "darwin-x64, linux-x64, or linux-arm64; or open an issue at" >&2
echo "https://github.com/promptctl/cc-candybar/issues." >&2
exit 1
