From d6357c36c3971d889a2c3d33632ae508266066df Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:31:56 +0000 Subject: [PATCH] fix: aab build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2024b4a..e6ae410a 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 --target-platform android-arm,android-arm64,android-x64 --split-per-abi &&\ + flutter build aab windows-release: flutter_distributor package --platform windows --targets exe --skip-clean