fix build script

This commit is contained in:
55nknown 2022-11-20 22:26:27 +01:00
parent 6dd68c8f5d
commit 89e67c369e
2 changed files with 6 additions and 3 deletions

View File

@ -9,8 +9,11 @@ function get_version
cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1
end
if test -e ~/keys/filc3.properties
set -x ANDROID_SIGNING ~/keys/filc3.properties
set DEFAULT_KEY $HOME/keys/filc3.properties
if test -e $DEFAULT_KEY
echo Using \"$DEFAULT_KEY\" for signing
set -x ANDROID_SIGNING $DEFAULT_KEY
end
flutter build apk --release --dart-define=APPVER=(get_version) --no-tree-shake-icons

View File

@ -3,7 +3,7 @@ description: "Nem hivatalos e-napló alkalmazás az e-Kréta rendszerhez"
homepage: https://filcnaplo.hu
publish_to: "none"
version: 3.4.0+169
version: 3.4.0+170
environment:
sdk: ">=2.16.0-80.1.beta <3.0.0"