fix build script

This commit is contained in:
unknown 2022-02-01 18:37:34 +01:00
parent 0fca636311
commit bf8ca49f98
No known key found for this signature in database
GPG Key ID: 1D070E0B09CFB257

View File

@ -11,9 +11,9 @@ end
if test -e /mnt/enc/keys/filc3.properties if test -e /mnt/enc/keys/filc3.properties
set -x ANDROID_SIGNING /mnt/enc/keys/filc3.properties set -x ANDROID_SIGNING /mnt/enc/keys/filc3.properties
else end
flutter build apk --dart-define=APPVER=(get_version) flutter build apk --release --dart-define=APPVER=(get_version)
cp -v "build/app/outputs/flutter-apk/app-release.apk" ~/"Desktop/hu.filc.naplo_"(get_version_bn).apk cp -v "build/app/outputs/flutter-apk/app-release.apk" ~/"Desktop/hu.filc.naplo_"(get_version_bn).apk
notify-send "Flutter" "Apk build done." notify-send "Flutter" "Apk build done."