mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-12-03 18:43:16 +00:00
android icon
This commit is contained in:
2
.github/workflows/generator-android.yml
vendored
2
.github/workflows/generator-android.yml
vendored
@@ -357,6 +357,7 @@ jobs:
|
||||
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_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
|
||||
|
||||
- name: fix connection delay
|
||||
continue-on-error: true
|
||||
@@ -385,6 +386,7 @@ jobs:
|
||||
pushd ./flutter
|
||||
flutter pub run flutter_launcher_icons
|
||||
popd
|
||||
sed -i '/ic_launcher_background/d' ./flutter/android/app/src/main/res/values/colors.xml
|
||||
##########################################################
|
||||
|
||||
- name: Build rustdesk lib
|
||||
|
||||
Reference in New Issue
Block a user