feat: remove check for updates in market releases

This commit is contained in:
problematicconsumer
2023-09-15 23:09:58 +03:30
parent bd1c3b8ac9
commit b9034f5dd7
6 changed files with 53 additions and 18 deletions

View File

@@ -33,11 +33,11 @@ translate:
android-release: android-apk-release
android-apk-release:
android-apk-release:
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi --target $(TARGET)
android-aab-release:
flutter build appbundle --target $(TARGET)
flutter build appbundle --target $(TARGET) --dart-define release=google-play
windows-release:
flutter_distributor package --platform windows --targets exe --skip-clean --build-target $(TARGET)