desktop 앱 실행시 종료문제 수정

This commit is contained in:
Macbook
2026-06-14 11:26:46 +09:00
parent 3f29e37139
commit 117a588df8
8 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
BASE_URL="${DESKTOP_UPDATE_BASE_URL:-http://exdev.co.kr/desktop/updates}"
BASE_URL="${DESKTOP_UPDATE_BASE_URL:-https://exdev.co.kr/desktop/updates}"
FAIL=0
ok() { echo "[OK] $*"; }