stock.exdev.co.kr로 접속 url 변경

This commit is contained in:
Macbook
2026-06-17 10:00:34 +09:00
parent 58cf1e1ec7
commit 37533764ee
46 changed files with 354 additions and 75 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function arg(name, fallback) {
const dir = path.resolve(arg('--dir', 'frontend/public/desktop/updates'));
const version = arg('--version', '0.1.0');
const rawBaseUrl = arg('--base-url', 'https://exdev.co.kr/desktop/updates');
const rawBaseUrl = arg('--base-url', 'https://stock.exdev.co.kr/desktop/updates');
const baseUrl = rawBaseUrl.replace(/\/$/, '').replace(/^http:\/\//i, 'https://');
const notes = arg('--notes', `GoldenChart Desktop ${version}`);
const latestPath = path.join(dir, 'latest.json');