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

@@ -0,0 +1,11 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="512" height="512" rx="132" fill="#1F5C52"/>
<rect x="52" y="52" width="408" height="408" rx="104" fill="#F3F0EA"/>
<rect x="104" y="118" width="304" height="276" rx="56" fill="#1F5C52"/>
<ellipse cx="256" cy="178" rx="108" ry="34" fill="#DCECE7"/>
<path d="M148 178V238C148 256.778 196.353 272 256 272C315.647 272 364 256.778 364 238V178" stroke="#DCECE7" stroke-width="24" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M148 238V298C148 316.778 196.353 332 256 332C315.647 332 364 316.778 364 298V238" stroke="#DCECE7" stroke-width="24" stroke-linecap="round" stroke-linejoin="round"/>
<ellipse cx="256" cy="298" rx="108" ry="34" fill="#DCECE7"/>
<rect x="190" y="376" width="132" height="24" rx="12" fill="#DCECE7"/>
<rect x="334" y="360" width="30" height="56" rx="15" fill="#F08C7D"/>
</svg>

After

Width:  |  Height:  |  Size: 938 B