Change ndk setup

This commit is contained in:
problematicconsumer
2023-10-15 15:56:26 +03:30
parent e584f0bf44
commit 2bf613c29a
3 changed files with 17 additions and 3 deletions

View File

@@ -35,14 +35,15 @@ sync_translate:
cd .github && bash sync_translate.sh
make translate
android-release: android-apk-release
android-apk-release:
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi --target $(TARGET) $(BUILD_ARGS)
ls -R build/app/outputs
android-aab-release:
flutter build appbundle --target $(TARGET) $(BUILD_ARGS) --dart-define release=google-play
ls -R build/app/outputs
windows-release:
flutter_distributor package --platform windows --targets exe $(DISTRIBUTOR_ARGS)