diff --git a/tool/brand.dart b/tool/brand.dart index 165fdf7..4dfed41 100644 --- a/tool/brand.dart +++ b/tool/brand.dart @@ -83,8 +83,8 @@ Future _updateVersion(String version) async { Future _updateUrl(String url) async { await _replaceInFile( - 'lib/screens/main_screen.dart', - RegExp(r'https://demo\.traccar\.org'), + 'lib/preferences.dart', + RegExp(r'https://demo\.traccar\.org:5055'), url, ); }