remove the calls to api.rustdesk.com when checking for updates

This commit is contained in:
Bryan Gerlach
2025-04-08 16:27:45 -05:00
parent 785d03e46f
commit cd1915a4bf
5 changed files with 7 additions and 0 deletions

View File

@@ -358,6 +358,7 @@ jobs:
if: fromJson(inputs.extras).removeNewVersionNotif == 'true'
run: |
sed -i -e 's|updateUrl.isNotEmpty|false|' ./flutter/lib/desktop/pages/desktop_home_page.dart
sed -i '/let (request, url) =/,/Ok(())/{/Ok(())/!d}' ./src/common.rs
- name: Restore bridge files
if: matrix.job.arch == 'x86_64' || env.UPLOAD_ARTIFACT == 'true'