run release script
This commit is contained in:
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)
|
||||||
Submodule filcnaplo_mobile_ui updated: c9d22fb411...50b637e431
Reference in New Issue
Block a user