업데이트 오류 수정
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user