feat: 웹 안내 페이지에 PC 버전(Windows) 다운로드 링크 추가
CI / build (push) Failing after 14m5s

- WebOnlyNotice: PC 버전 다운로드 버튼(/download/SlimBudget-Setup.exe) + 모바일(준비 중)
- nginx: /download/ 위치 추가 — 배포(dist 교체)에 안 지워지는 /var/www/sb-downloads 에서 서빙
- 설치파일 이름 고정(SlimBudget-Setup.exe)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-07 16:54:28 +09:00
parent 9de26cf417
commit 786f7aae61
3 changed files with 42 additions and 12 deletions
+2 -1
View File
@@ -30,7 +30,8 @@
],
"win": {
"target": "nsis",
"icon": "assets/icon-only.png"
"icon": "assets/icon-only.png",
"artifactName": "SlimBudget-Setup.${ext}"
},
"nsis": {
"oneClick": false,