linux/android

This commit is contained in:
Bryan Gerlach
2024-12-05 12:07:20 -06:00
parent f8bdf309cd
commit b9b2a579f9
2 changed files with 7 additions and 17 deletions

View File

@@ -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