forked from firka/student-legacy
fix build script
This commit is contained in:
parent
6dd68c8f5d
commit
89e67c369e
@ -9,8 +9,11 @@ function get_version
|
|||||||
cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1
|
cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -e ~/keys/filc3.properties
|
set DEFAULT_KEY $HOME/keys/filc3.properties
|
||||||
set -x ANDROID_SIGNING ~/keys/filc3.properties
|
|
||||||
|
if test -e $DEFAULT_KEY
|
||||||
|
echo Using \"$DEFAULT_KEY\" for signing
|
||||||
|
set -x ANDROID_SIGNING $DEFAULT_KEY
|
||||||
end
|
end
|
||||||
|
|
||||||
flutter build apk --release --dart-define=APPVER=(get_version) --no-tree-shake-icons
|
flutter build apk --release --dart-define=APPVER=(get_version) --no-tree-shake-icons
|
||||||
|
@ -3,7 +3,7 @@ description: "Nem hivatalos e-napló alkalmazás az e-Kréta rendszerhez"
|
|||||||
homepage: https://filcnaplo.hu
|
homepage: https://filcnaplo.hu
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
version: 3.4.0+169
|
version: 3.4.0+170
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.16.0-80.1.beta <3.0.0"
|
sdk: ">=2.16.0-80.1.beta <3.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user