diff --git a/filcnaplo/run_release.sh b/filcnaplo/run_release.sh new file mode 100644 index 0000000..35c1037 --- /dev/null +++ b/filcnaplo/run_release.sh @@ -0,0 +1,12 @@ +#!/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) diff --git a/filcnaplo_mobile_ui b/filcnaplo_mobile_ui index c9d22fb..50b637e 160000 --- a/filcnaplo_mobile_ui +++ b/filcnaplo_mobile_ui @@ -1 +1 @@ -Subproject commit c9d22fb411b1a5ca87a5b573e6361cabb12e7fea +Subproject commit 50b637e4311c9bb91b537b79439d29bc9abff4c6