Update flutter build command

This commit is contained in:
4831c0 2025-04-11 07:04:49 +02:00
parent 7a73c94d0c
commit 29f20dfdf9

View File

@ -45,7 +45,7 @@ flutter config --no-analytics --no-cli-animations
cp -r /src/* /work cp -r /src/* /work
cd /work/firka cd /work/firka
flutter pub get flutter pub get
flutter build apk --release --verbose flutter build apk --release --verbose --tree-shake-icons --split-per-abi --target-platform android-arm,android-arm64
EOF EOF
RUN chmod +x /home/user/*.sh RUN chmod +x /home/user/*.sh