xworkmate-app/scripts/package-linux.sh
2026-03-16 17:58:37 +08:00

8 lines
185 B
Bash

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