업데이트 오류 수정

This commit is contained in:
Macbook
2026-06-17 10:21:58 +09:00
parent f56a958c57
commit 05d33bb410
6 changed files with 29 additions and 6 deletions
+4 -1
View File
@@ -86,7 +86,10 @@ function addPlatform(platformKey, bundleName) {
}
}
platforms[platformKey] = {
url: `${baseUrl}/${encodeURIComponent(bundleName)}`,
url: `${baseUrl}/${encodeURIComponent(bundleName)}`.replace(
/^https:\/\/exdev\.co\.kr/i,
'https://stock.exdev.co.kr',
),
signature,
bundleVersion: effectiveVersion,
};