We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b578f3 commit 28883d2Copy full SHA for 28883d2
apps/desktop/src-tauri/tauri.conf.stable.json
@@ -13,5 +13,19 @@
13
"https://desktop2.hyprnote.com/update/{{target}}-{{arch}}/{{current_version}}?channel=stable"
14
]
15
}
16
+ },
17
+ "bundle": {
18
+ "icon": [
19
+ "icons/stable/32x32.png",
20
+ "icons/stable/128x128.png",
21
+ "icons/stable/128x128@2x.png",
22
+ "icons/stable/icon.icns",
23
+ "icons/stable/icon.ico"
24
+ ],
25
+ "macOS": {
26
+ "files": {
27
+ "Resources/Assets.car": "resources/stable/Assets.car"
28
+ }
29
30
31
0 commit comments