fix(site): link mobile APK and desktop EXE directly to Forgejo release attachments
Some checks failed
deploy-site / deploy (push) Failing after 28s
deploy-site-windows / deploy-win (push) Successful in 41s

This commit is contained in:
Yun Chan 2026-08-20 23:04:53 +09:00
parent 3e4ca38926
commit 692338926d
2 changed files with 18 additions and 15 deletions

View file

@ -20,7 +20,7 @@ export const OS_CONFIGS: Record<ClientOSType, ClientOSInfo> = {
os: 'android',
osName: 'Android',
isMobile: true,
downloadUrl: 'https://d3ro.chanpaca.net/releases/1.0.0/d3ro-voice-v1.0.0-signed.apk',
downloadUrl: 'https://git.chanpaca.net/attachments/5220bdb9-e8ce-4d6a-b016-dab08dd756b8',
downloadFilename: 'd3ro-voice-v1.0.0-signed.apk',
badgeText: 'ANDROID APK v1.0.0',
buttonLabelKo: 'Android용 무료 다운로드 (APK)',
@ -44,7 +44,7 @@ export const OS_CONFIGS: Record<ClientOSType, ClientOSInfo> = {
os: 'windows',
osName: 'Windows',
isMobile: false,
downloadUrl: 'https://d3ro.chanpaca.net/releases/1.0.0/D3RO-Voice-Setup-1.0.0-x64.exe',
downloadUrl: 'https://git.chanpaca.net/attachments/c281a224-2538-496a-bf74-bc188938c734',
downloadFilename: 'D3RO-Voice-Setup-1.0.0-x64.exe',
badgeText: 'WINDOWS x64 v1.0.0',
buttonLabelKo: 'Windows용 무료 다운로드',