forked from firka/student-legacy
run release script
This commit is contained in:
parent
c71a6d9468
commit
aab1f605d4
12
filcnaplo/run_release.sh
Normal file
12
filcnaplo/run_release.sh
Normal 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
|
Loading…
x
Reference in New Issue
Block a user