From 1bebe2ab3bc4b589d965c665fe20cf230f28b630 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Fri, 18 Oct 2024 13:53:49 -0500 Subject: [PATCH] typo --- .github/workflows/generator-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generator-android.yml b/.github/workflows/generator-android.yml index 05ef6e2..cf4883f 100644 --- a/.github/workflows/generator-android.yml +++ b/.github/workflows/generator-android.yml @@ -355,7 +355,7 @@ jobs: sed -i 's|"RustDesk"|"${{ inputs.appname }}"|' ./flutter/lib/desktop/widgets/tabbar_widget.dart sed -i 's|"RustDesk"|"${{ inputs.appname }}"|' ./libs/hbb_common/src/config.rs sed -i '/android: true/a \ \ adaptive_icon_background: "#ffffff"' ./flutter/pubspec.yaml - sed -i '/adaptive_icon_background/a \ \ adaptive_icon_foreground: "./res/icon.png"' ./flutter/pubspec.yaml + 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 - name: fix connection delay