dependencies

This commit is contained in:
Bryan Gerlach
2024-11-19 08:45:22 -06:00
parent ab5fb6c41e
commit 446a6fa7d2
3 changed files with 6 additions and 0 deletions

View File

@@ -374,6 +374,8 @@ jobs:
sed -i '/adaptive_icon_background/a \ \ adaptive_icon_foreground: "../res/icon.png"' ./flutter/pubspec.yaml
sed -i '/adaptive_icon_foreground:/a \ \ adaptive_icon_foreground_inset: 32' ./flutter/pubspec.yaml
sed -i '/ic_launcher_background/d' ./flutter/android/app/src/main/res/values/colors.xml
cp ./flutter/pubspec.yaml ./flutter/pubspec.yaml.bak
sed -i '/intl:/a \ \ archive: ^3.6.1' ./flutter/pubspec.yaml
- name: fix connection delay
continue-on-error: true

View File

@@ -301,6 +301,8 @@ jobs:
sed -i -e '/const KEY:/,/};/d' ./src/common.rs
sed -i -e '/let Ok(data) = sign::verify(&data, &pk)/,/};/d' ./src/common.rs
echo -n "${{ env.CUSTOM }}" | cat > ./custom.txt
cp ./flutter/pubspec.yaml ./flutter/pubspec.yaml.bak
sed -i '/intl:/a \ \ archive: ^3.6.1' ./flutter/pubspec.yaml
- name: fix connection delay
continue-on-error: true

View File

@@ -202,6 +202,8 @@ jobs:
sed -i -e "s|https://rustdesk.com/privacy.html|${{ fromJson(inputs.extras).urlLink }}/privacy.html|" ./flutter/lib/desktop/pages/install_page.dart
sed -i -e '/const KEY:/,/};/d' ./src/common.rs
sed -i -e '/let Ok(data) = sign::verify(&data, &pk)/,/};/d' ./src/common.rs
cp ./flutter/pubspec.yaml ./flutter/pubspec.yaml.bak
sed -i '/intl:/a \ \ archive: ^3.6.1' ./flutter/pubspec.yaml
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1