You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(flathub): use correct binary name shard_ui (#46)
Tauri v2 uses the package name from Cargo.toml (shard_ui) for the binary
name, not the productName (shard-launcher). Updated the install command
to copy the correct binary.
0 commit comments