Compare commits

..

2 Commits

Author SHA1 Message Date
ByungCheol e455e8b3a8 Merge branch 'dev'
Deploy / deploy (push) Failing after 12m48s
CI / build (push) Failing after 14m16s
2026-06-27 16:06:49 +09:00
ByungCheol e4d7df2554 fix(electron): 설치파일 손상 방지 — win.icon 을 표준 .ico(≤256)로 지정
CI / build (push) Failing after 11m20s
- 1024px PNG 자동변환 ico(1024 프레임)가 일부 환경에서 손상 인식되던 문제
- build/icon.ico(16~256px, png-to-ico) 생성해 win.icon 으로 지정

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 16:06:48 +09:00
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

+1 -1
View File
@@ -30,7 +30,7 @@
], ],
"win": { "win": {
"target": "nsis", "target": "nsis",
"icon": "assets/icon-only.png", "icon": "build/icon.ico",
"artifactName": "SlimBudget-Setup.${ext}" "artifactName": "SlimBudget-Setup.${ext}"
}, },
"nsis": { "nsis": {