Files
signed/script/bundle-macos
T
reya 1af4c66566
Rust / build (macos-latest, stable) (push) Canceled after 0s
Rust / build (ubuntu-latest, stable) (push) Canceled after 0s
Rust / build (windows-latest, stable) (push) Canceled after 0s
chore: add release infrastructure and packaging support
Add GitHub Actions workflows for CI and release builds, packaging
scripts for Windows, macOS, Linux, and Flatpak/Snap distribution,
application icons, desktop files, and release metadata resources.
2026-09-07 12:44:35 +07:00

14 lines
330 B
Bash
Executable File

#!/usr/bin/env bash
# Build the macOS .app/.dmg bundle with cargo-packager.
# Requires macOS. Linux/macOS users building on Windows are unsupported here.
set -euxo pipefail
cd "$(dirname "$0")/../desktop"
if ! command -v cargo-packager >/dev/null 2>&1; then
cargo install cargo-packager --locked
fi
cargo packager --release