Commit 47d5cb3
fix(build): the desktop template was never reaching the bundler
`bundle` already had a "linux" key for the deb `libasound2` depends, and this
branch added a second one. JSON keeps the last of a duplicate key, so
`desktopTemplate` was dropped on the floor: the AppImage shipped the stock
Tauri entry with an empty `Categories=`. Merging the two blocks makes the
template take effect. Verified by building the AppImage and reading the entry
out of the AppDir.
While in there, the template now matches flatpak/wtf.tonho.omniget.desktop --
same Categories, plus the GenericName and Keywords that make the app findable
in a menu search -- and says why those three lines are hardcoded instead of
coming from `bundle.category`.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 6236a1e commit 47d5cb3
2 files changed
Lines changed: 12 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 65 | | |
74 | 66 | | |
75 | 67 | | |
| |||
85 | 77 | | |
86 | 78 | | |
87 | 79 | | |
88 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
89 | 85 | | |
90 | 86 | | |
91 | 87 | | |
| |||
0 commit comments