File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -310,6 +310,16 @@ jobs:
310
310
sed -i '/adaptive_icon_background/a \ \ adaptive_icon_foreground: "../res/icon.png"' ./flutter/pubspec.yaml
311
311
sed -i '/adaptive_icon_foreground:/a \ \ adaptive_icon_foreground_inset: 32' ./flutter/pubspec.yaml
312
312
sed -i '/ic_launcher_background/d' ./flutter/android/app/src/main/res/values/colors.xml
313
+
314
+ - name : set server, key, and apiserver
315
+ continue-on-error : true
316
+ shell : bash
317
+ run : |
318
+ sed -i -e 's|rs-ny.rustdesk.com|${{ inputs.server }}|' ./libs/hbb_common/src/config.rs
319
+ sed -i -e 's|OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=|${{ inputs.key }}|' ./libs/hbb_common/src/config.rs
320
+ sed -i -e 's|https://admin.rustdesk.com|${{ inputs.apiServer }}|' ./src/common.rs
321
+ # ./flutter/pubspec.yaml
322
+ #sed -i '/intl:/a \ \ archive: ^3.6.1' ./flutter/pubspec.yaml
313
323
314
324
- name : change appname to custom
315
325
if : inputs.appname != 'rustdesk'
You can’t perform that action at this time.
0 commit comments