remove the calls to api.rustdesk.com when checking for updates
This commit is contained in:
1
.github/workflows/generator-android.yml
vendored
1
.github/workflows/generator-android.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user