Commit eda59c3
committed
fix(tauri): scope About update links by platform
Only include website metadata in the native Linux About dialog, where Tauri renders it as an actionable link. Windows renders the same metadata as inert text and macOS ignores it, so those platforms now rely exclusively on the functional Get Updates menu command.
Cover both supported and unsupported metadata modes and keep the application version available in every native About dialog.
Validated with all 22 Tauri Rust tests, cargo check, git diff checks, and a follow-up gatekeeper review.1 parent 705f102 commit eda59c3
1 file changed
Lines changed: 17 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
838 | | - | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
839 | 842 | | |
840 | 843 | | |
841 | 844 | | |
| |||
1007 | 1010 | | |
1008 | 1011 | | |
1009 | 1012 | | |
1010 | | - | |
| 1013 | + | |
1011 | 1014 | | |
1012 | 1015 | | |
1013 | 1016 | | |
1014 | 1017 | | |
1015 | 1018 | | |
1016 | 1019 | | |
1017 | | - | |
1018 | | - | |
| 1020 | + | |
| 1021 | + | |
1019 | 1022 | | |
1020 | 1023 | | |
1021 | 1024 | | |
| |||
1025 | 1028 | | |
1026 | 1029 | | |
1027 | 1030 | | |
1028 | | - | |
1029 | | - | |
| 1031 | + | |
| 1032 | + | |
1030 | 1033 | | |
1031 | 1034 | | |
1032 | 1035 | | |
1033 | 1036 | | |
1034 | 1037 | | |
1035 | 1038 | | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
1036 | 1047 | | |
0 commit comments