Skip to content

Commit b1e2c69

Browse files
authored
fix: fixed incorrect taskbar icon display on linux (#783)
* fix: fixed incorrect taskbar icon display on linux * docs: update changelog
1 parent 3f4abe5 commit b1e2c69

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

docs/content.en/docs/release-notes/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Information about release notes of Coco Server is provided here.
2828
- fix: restore missing category titles on subpages #772
2929
- fix: correct incorrect assistant display when quick ai access #779
3030
- fix: resolved minor issues with voice playback #780
31+
- fix: fixed incorrect taskbar icon display on linux #783
3132

3233
### ✈️ Improvements
3334

src-tauri/tauri.conf.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,6 @@
113113
"icons/Square310x310Logo.png",
114114
"icons/StoreLogo.png"
115115
],
116-
"macOS": {
117-
"minimumSystemVersion": "10.12",
118-
"hardenedRuntime": true,
119-
"dmg": {
120-
"appPosition": {
121-
"x": 180,
122-
"y": 180
123-
},
124-
"applicationFolderPosition": {
125-
"x": 480,
126-
"y": 180
127-
}
128-
}
129-
},
130116
"resources": ["assets/**/*", "icons"]
131117
},
132118
"plugins": {

src-tauri/tauri.linux.conf.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"identifier": "rs.coco.app",
3+
"bundle": {
4+
"linux": {
5+
"deb": {
6+
"depends": ["gstreamer1.0-plugins-good"],
7+
"desktopTemplate": "./Coco.desktop"
8+
},
9+
"rpm": {
10+
"depends": ["gstreamer1-plugins-good"],
11+
"desktopTemplate": "./Coco.desktop"
12+
}
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)