From e574dd6307c95d5140437ce9a801faa0adf62b03 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:38:53 +0000 Subject: [PATCH] fix: aab --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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