mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 01:08:28 +02:00
Add template.desktop to make icon work until we can upgrade Tauri CLI
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
{
|
{
|
||||||
"productName": "yaak"
|
"productName": "yaak",
|
||||||
|
"bundle": {
|
||||||
|
"linux": {
|
||||||
|
"deb": {
|
||||||
|
"desktopTemplate": "./template.desktop"
|
||||||
|
},
|
||||||
|
"rpm": {
|
||||||
|
"desktopTemplate": "./template.desktop"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
9
src-tauri/template.desktop
Normal file
9
src-tauri/template.desktop
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Categories={{categories}}
|
||||||
|
Comment={{comment}}
|
||||||
|
Exec={{exec}}
|
||||||
|
Icon={{icon}}
|
||||||
|
Name={{name}}
|
||||||
|
StartupWMClass={{exec}}
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
Reference in New Issue
Block a user