Skip to content

Commit 28883d2

Browse files
committed
Fix stable build to use correct stable icons instead of staging icons
1 parent 8b578f3 commit 28883d2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

apps/desktop/src-tauri/tauri.conf.stable.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,19 @@
1313
"https://desktop2.hyprnote.com/update/{{target}}-{{arch}}/{{current_version}}?channel=stable"
1414
]
1515
}
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+
}
1630
}
1731
}

0 commit comments

Comments
 (0)