feat(icon): update application icon and references

- Changed application icon from `icon_gold.png` to `logo.png` across package.json, main.js, and relevant components.
- Updated image source paths in Sidebar and WelcomeView components to reflect the new logo file.

This update standardizes the icon used throughout the application, enhancing visual consistency.
This commit is contained in:
Cody Seibert
2025-12-09 22:48:58 -05:00
parent 39043b8958
commit 229df2ee29
5 changed files with 14 additions and 16 deletions

View File

@@ -87,7 +87,7 @@
"arch": ["x64", "arm64"]
}
],
"icon": "public/icon_gold.png"
"icon": "public/logo.png"
},
"win": {
"target": [
@@ -96,7 +96,7 @@
"arch": ["x64"]
}
],
"icon": "public/icon_gold.png"
"icon": "public/logo.png"
},
"linux": {
"target": [
@@ -110,7 +110,7 @@
}
],
"category": "Development",
"icon": "public/icon_gold.png"
"icon": "public/logo.png"
},
"nsis": {
"oneClick": false,