Files
openhuman/scripts/tauri_create_dmg.sh
T
Steven Enamakel 3b2bbb586b add: create TODO.md for upcoming features and improvements
- Documented tasks including skill downloads, JSON-RPC state management, and custom MCP server integration.
- Outlined payment flow integration and various skill enhancements.
- Added checklist for upcoming Android version and background processes.
2026-03-19 10:22:24 -07:00

15 lines
383 B
Bash

#!/usr/bin/env bash
create-dmg \
--volname "AlphaHuman installer" \
--volicon "./src-tauri/icons/icon.icns" \
--background "./src-tauri/images/background-dmg.svg" \
--window-size 540 380 \
--icon-size 100 \
--icon "AlphaHuman.app" 138 225 \
--hide-extension "AlphaHuman.app" \
--app-drop-link 402 225 \
--no-internet-enable \
"$1" \
"$2"