Pull changes from debug

This commit is contained in:
4831c0 2025-04-16 17:10:46 +02:00
parent 14f8ed9bdb
commit dbdf0e1d33
Signed by: 4831c0
GPG Key ID: 3F97EDDF98E45AA4

View File

@ -44,7 +44,8 @@ flutter config --no-analytics --no-cli-animations
cp -r /src/* /work
cd /work/firka
flutter pub get
flutter pub get && \
flutter gen-l10n --template-arb-file app_hu.arb && \
flutter build apk --release --verbose --tree-shake-icons --split-per-abi --target-platform android-arm,android-arm64
EOF