File tree Expand file tree Collapse file tree
docs/content.en/docs/release-notes Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments