fix(gui): Configure application icon for Linux (#147)

* fix linux icon

* set linux icon
This commit is contained in:
houseme
2025-07-10 01:09:06 +08:00
committed by GitHub
parent 7d5fc87002
commit 1b0b041530
8 changed files with 16 additions and 34 deletions
+3 -1
View File
@@ -37,7 +37,9 @@ copyright = "Copyright 2025 rustfs.com"
icon = [
"assets/icons/icon.icns",
"assets/icons/icon.ico"
"assets/icons/icon.ico",
"assets/icons/icon.png",
"assets/icons/rustfs-icon.png",
]
#[bundle.macos]
#provider_short_name = "RustFs"