Skip to content

Commit f709a26

Browse files
authored
fix: custom update url
1 parent 87cb468 commit f709a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/desktop/pages/desktop_home_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ class _DesktopHomePageState extends State<DesktopHomePage>
432432
"Status",
433433
"${translate("new-version-of-{${bind.mainGetAppNameSync()}}-tip")} (${bind.mainGetNewVersion()}).",
434434
"Click to download", () async {
435-
final Uri url = Uri.parse('https://rustdesk.com/download');
435+
final Uri url = Uri.parse(updateUrl);
436436
await launchUrl(url);
437437
}, closeButton: true);
438438
}

0 commit comments

Comments
 (0)