#!/usr/bin/env bash # Local Linux AppImage build (uses current tree — no tag snapshot). Run from repo root or this dir. set -euo pipefail ROOT="$(cd "$(dirname "$0")/.." && pwd)" cd "$ROOT" echo "==> npm ci" npm ci echo "==> npm run pack:linux (AppImage x64)" npm run pack:linux echo "==> dist/:" ls -la dist/