xworkmate-app/scripts/package-linux.sh

8 lines
195 B
Bash
Raw Normal View History

#!/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"