mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-19 19:00:58 +00:00
fix missing api server settings due to rustdesk code changes
This commit is contained in:
1
.github/workflows/generator-windows.yml
vendored
1
.github/workflows/generator-windows.yml
vendored
@@ -237,6 +237,7 @@ jobs:
|
||||
sed -i -e 's|For faster connection, please set up your own server||' ./src/lang/en.rs
|
||||
sed -i -e '/const KEY:/,/};/d' ./src/common.rs
|
||||
sed -i -e '/let Ok(data) = sign::verify(&data, &pk)/,/};/d' ./src/common.rs
|
||||
sed -i -e '|https://admin.rustdesk.com|${{ inputs.apiServer }}|' ./src/common.rs
|
||||
# ./flutter/pubspec.yaml
|
||||
sed -i '/intl:/a \ \ archive: ^3.6.1' ./flutter/pubspec.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user