student-legacy/filcnaplo/run_release.sh
Márton Kiss 1558794e93 igen
2023-05-26 21:25:00 +02:00

13 lines
278 B
Bash

#!/bin/fish
function get_version
cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1
end
if test -e /mnt/enc/keys/filc3.properties
set -x ANDROID_SIGNING /mnt/enc/keys/filc3.properties
end
flutter run --release --dart-define=APPVER=(get_version)