Skip to content

Commit 7a2ba8d

Browse files
ishikawa-proclaude
andcommitted
refactor: unify logo file reference to public directory
- Changed all icon references to use public/logo.png - Removed duplicate logo.png from root directory - Consistent icon management across all platforms 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c2fe56f commit 7a2ba8d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

electron-builder.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828
"arch": ["universal"]
2929
}
3030
],
31-
"icon": "logo.png",
31+
"icon": "public/logo.png",
3232
"identity": "-",
3333
"hardenedRuntime": true,
3434
"artifactName": "${productName}-${version}-${os}.${ext}"
3535
},
3636
"win": {
3737
"target": "nsis",
38-
"icon": "logo.png"
38+
"icon": "public/logo.png"
3939
},
4040
"linux": {
4141
"target": "AppImage",
42-
"icon": "logo.png"
42+
"icon": "public/logo.png"
4343
}
4444
}

logo.png

-448 KB
Binary file not shown.

0 commit comments

Comments
 (0)