Commit a6b1db3 1 parent 85e38aa commit a6b1db3 Copy full SHA for a6b1db3
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ class _DesktopHomePageState extends State<DesktopHomePage>
432
432
"Status" ,
433
433
"${translate ("new-version-of-{${bind .mainGetAppNameSync ()}}-tip" )} (${bind .mainGetNewVersion ()})." ,
434
434
"Click to download" , () async {
435
- final Uri url = Uri .parse ('https://rustdesk .com/download ' );
435
+ final Uri url = Uri .parse ('https://github .com/natfrp/rustdesk/releases/latest ' );
436
436
await launchUrl (url);
437
437
}, closeButton: true );
438
438
}
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ class _ConnectionPageState extends State<ConnectionPage> {
106
106
? const SizedBox (height: 0 )
107
107
: InkWell (
108
108
onTap: () async {
109
- final url = 'https://rustdesk .com/download ' ;
110
- // https://pub.dev/packages/url_launcher#configuration
109
+ final url = 'https://github .com/natfrp/rustdesk/releases/latest ' ;
110
+ // https://pub.dev/packages/url_launcher#configuration
111
111
// https://developer.android.com/training/package-visibility/use-cases#open-urls-custom-tabs
112
112
//
113
113
// `await launchUrl(Uri.parse(url))` can also run if skip
Original file line number Diff line number Diff line change @@ -677,7 +677,7 @@ class UpdateMe: Reactor.Component {
677
677
}
678
678
679
679
event click $(#install-me) {
680
- handler.open_url("https://rustdesk .com/download ");
680
+ handler.open_url("https://github .com/natfrp/rustdesk/releases/latest ");
681
681
return;
682
682
if (!is_win) {
683
683
handler.open_url("https://rustdesk.com");
You can’t perform that action at this time.
0 commit comments