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)
|
||||
Reference in New Issue
Block a user