fix missing api server settings due to rustdesk code changes

This commit is contained in:
Bryan Gerlach
2025-02-16 15:33:30 -06:00
parent 995f78b6a1
commit a68e9d8a83
4 changed files with 4 additions and 1 deletions

View File

@@ -298,6 +298,7 @@ jobs:
sed -i -e '/let Ok(data) = sign::verify(&data, &pk)/,/};/d' ./src/common.rs
echo -n "${{ inputs.custom }}" | cat > ./custom.txt
sed -i '/intl:/a \ \ archive: ^3.6.1' ./flutter/pubspec.yaml
sed -i -e '|https://admin.rustdesk.com|${{ inputs.apiServer }}|' ./src/common.rs
- name: change url to custom
if: fromJson(inputs.extras).urlLink != 'https://rustdesk.com'