add x64 bins and arm64 bin

This commit is contained in:
Your Name
2026-08-03 02:08:58 -04:00
parent a53ba0a68e
commit cf7ba2d58a
25 changed files with 3565 additions and 48 deletions
+9 -1
View File
@@ -32,4 +32,12 @@ EOF
"
}
install_affine
uninstall_affine() {
command -v affine &>/dev/null || { log "affine not installed"; return 0; }
spawn "Removing AFFiNE" sudo rm -rf /opt/affine /usr/local/bin/affine /usr/share/applications/affine.desktop
}
case "${1:-}" in
uninstall) uninstall_affine ;;
*) install_affine ;;
esac