fix build script

This commit is contained in:
unknown
2022-02-01 18:37:34 +01:00
parent 0fca636311
commit bf8ca49f98

View File

@@ -11,9 +11,9 @@ end
if test -e /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
notify-send "Flutter" "Apk build done."