xworkmate-app/scripts/package-linux.sh
2026-04-14 13:48:04 +08:00

8 lines
195 B
Bash

#!/usr/bin/env bash
set -euo pipefail
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
bash "$repo_root/scripts/package-linux-deb.sh"
bash "$repo_root/scripts/package-linux-rpm.sh"