Files
openhuman/deploy/tauri_create_dmg.sh
T
Steven Enamakel 4864e5e8e5 chore: update package-and-publish workflow and rename installer
- Enhanced the package-and-publish workflow to clean up the application name by removing version and tag patterns.
- Updated the installer name from "Telegram Air" to "AlphaHuman" in the DMG creation script.
2026-02-02 09:54:49 +05:30

15 lines
376 B
Bash

#!/usr/bin/env bash
create-dmg \
--volname "AlphaHuman installer" \
--volicon "./tauri/icons/icon.icns" \
--background "./tauri/images/background-dmg.tiff" \
--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"