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

@@ -417,6 +417,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: Report Status
uses: fjogeleit/http-request-action@v1