Add installer build scripts and configuration

This commit is contained in:
Reinier Criel 2025-11-25 08:21:35 -08:00
parent fb3a8582a2
commit 3420290ea9
22 changed files with 1377 additions and 7 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8"></head>
<body>
<h1>Installation Complete!</h1>
<p>blablabla.</p>
<p><strong>To uninstall:</strong></p>
<pre>sudo bash "/Library/Application Support/AikidoSafety/uninstall.sh"</pre>
<p>For support, visit: <a href="https://aikido.dev">aikido.dev</a></p>
</body>
</html>