mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 20:23:36 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user