run release script

This commit is contained in:
unknown 2022-02-28 15:37:04 +01:00
parent c71a6d9468
commit aab1f605d4
No known key found for this signature in database
GPG Key ID: 1D070E0B09CFB257
2 changed files with 13 additions and 1 deletions

12
filcnaplo/run_release.sh Normal file
View File

@ -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)

@ -1 +1 @@
Subproject commit c9d22fb411b1a5ca87a5b573e6361cabb12e7fea
Subproject commit 50b637e4311c9bb91b537b79439d29bc9abff4c6