Add template.desktop to make icon work until we can upgrade Tauri CLI

This commit is contained in:
Gregory Schier
2025-07-24 08:44:55 -07:00
parent 6440df492e
commit 9d6ac8a107
2 changed files with 20 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
{
"productName": "yaak"
"productName": "yaak",
"bundle": {
"linux": {
"deb": {
"desktopTemplate": "./template.desktop"
},
"rpm": {
"desktopTemplate": "./template.desktop"
}
}
}
}