fix: ensure node in PATH for desktop latest.json reconcile

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-14 11:51:41 +09:00
parent 122c84931f
commit e79f028148
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
export PATH="/opt/homebrew/bin:/usr/local/bin:${PATH:-/usr/bin:/bin}"
UPDATES_DIR="${UPDATES_DIR:-${WORK_TREE:-$ROOT}/frontend/public/desktop/updates}"
CONF="$ROOT/desktop/src-tauri/tauri.conf.json"
BASE_URL="${DESKTOP_UPDATE_BASE_URL:-https://exdev.co.kr/desktop/updates}"