feat: external capture queue and modal-first add flow (v0.1.1)
This commit is contained in:
13
tools/native-host/uninstall-macos.sh
Executable file
13
tools/native-host/uninstall-macos.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
HOST_NAME="org.gdown.nativehost"
|
||||
CHROME_DIR="$HOME/Library/Application Support/Google/Chrome/NativeMessagingHosts"
|
||||
OUT_PATH="$CHROME_DIR/${HOST_NAME}.json"
|
||||
|
||||
if [[ -f "$OUT_PATH" ]]; then
|
||||
rm -f "$OUT_PATH"
|
||||
echo "removed: $OUT_PATH"
|
||||
else
|
||||
echo "not found: $OUT_PATH"
|
||||
fi
|
||||
Reference in New Issue
Block a user