mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-22 12:21:11 +00:00
linux/android
This commit is contained in:
5
.github/workflows/generator-linux.yml
vendored
5
.github/workflows/generator-linux.yml
vendored
@@ -466,7 +466,7 @@ jobs:
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ "3.24.4" == ${{ env.FLUTTER_VERSION }} ]]; then
|
||||
if [[ "3.24.5" == ${{ env.FLUTTER_VERSION }} ]]; then
|
||||
case ${{ matrix.job.arch }} in
|
||||
aarch64)
|
||||
pushd /opt/flutter-elinux/flutter
|
||||
@@ -497,7 +497,8 @@ jobs:
|
||||
convert ./res/128x128.png -resize 200% ./flutter/assets/128x128@2x.png
|
||||
convert ./res/icon.png ./res/scalable.svg
|
||||
pushd ./flutter
|
||||
flutter pub run flutter_launcher_icons
|
||||
flutter pub get
|
||||
dart run flutter_launcher_icons
|
||||
popd
|
||||
fi
|
||||
python3 ./build.py --flutter --skip-cargo
|
||||
|
||||
Reference in New Issue
Block a user