stock.exdev.co.kr로 접속 url 변경
This commit is contained in:
@@ -149,8 +149,8 @@ async function formatUpdateError(e: unknown): Promise<string> {
|
||||
if (!msg.trim()) return '업데이트 확인에 실패했습니다.';
|
||||
if (/unexpected end of json|eof|empty|content-length.*0|^$/.test(lower) && msg.trim().length < 80) {
|
||||
return onMac
|
||||
? '서버 latest.json 이 비어 있습니다. PC 프로그램 탭에서 dmg를 받아 다시 설치해 주세요. (관리자: Desktop Jenkins publish 필요)'
|
||||
: '서버 latest.json 이 비어 있습니다. PC 프로그램 탭에서 exe를 받아 다시 설치해 주세요. (관리자: Desktop Jenkins publish 필요)';
|
||||
? '서버 latest.json 이 비어 있습니다. HTTPS(Caddy) 역프록시가 본문 없이 200을 반환하는 경우가 많습니다. 관리자에게 Caddy→gc-frontend:80 설정 점검을 요청하거나, PC 프로그램 탭에서 dmg를 받아 다시 설치해 주세요.'
|
||||
: '서버 latest.json 이 비어 있습니다. HTTPS(Caddy) 역프록시가 본문 없이 200을 반환하는 경우가 많습니다. 관리자에게 Caddy→gc-frontend:80 설정 점검을 요청하거나, PC 프로그램 탭에서 exe를 받아 다시 설치해 주세요.';
|
||||
}
|
||||
if (/could not fetch a valid release json|release not found/.test(lower)) {
|
||||
return onMac
|
||||
|
||||
Reference in New Issue
Block a user