2025-01-03 17:04:57 +01:00

4 lines
148 B
Bash
Executable File

#!/bin/sh
flutter build apk --release --dart-define=APPVER=$(cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1) --no-tree-shake-icons