diff --git a/Makefile b/Makefile index e6ae410a..0fb381c9 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ android-apk-release: flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi android-aab-release: - flutter build aab + flutter build appbundle windows-release: flutter_distributor package --platform windows --targets exe --skip-clean