build(desktop): commit tauri bundle resources

Check in the icon set and bundle configuration required for reproducible desktop tauri builds, and keep the limited bundle target script available for Linux validation.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Senior Frontend Engineer
2026-03-31 10:14:35 +00:00
parent e83c518081
commit 9c404d54a0
55 changed files with 31 additions and 2 deletions

View File

@@ -25,6 +25,14 @@
},
"bundle": {
"active": true,
"targets": "all"
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.png",
"icons/icon.ico",
"icons/icon.icns"
]
}
}