From a120efdc91e814b39575c9c0683e1c4e6f844589 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 10 Jul 2024 20:52:40 -0400 Subject: [PATCH] May as well dist the .aab. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 20f082bb..182c5c8e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -935,6 +935,7 @@ dist: release-apk iosrelease-ipa $(if $(HAVE_WIN), out/winrelease/tildefriends.s @cp out/tildefriends-release.ipa dist/TildeFriends-$(VERSION_NUMBER).ipa @test $(HAVE_WIN) && echo "[cp] tildefriends-$(VERSION_NUMBER).exe" @test $(HAVE_WIN) && cp out/winrelease/tildefriends.standalone.exe dist/tildefriends-$(VERSION_NUMBER).exe + @cp out/TildeFriends.aab dist/TildeFriends-$(VERSION_NUMBER).aab .PHONY: dist dist-test: dist