From 7512edad5977e4ae4216a2df6954df41d3cd01e2 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 25 Sep 2024 20:02:45 -0400 Subject: [PATCH] build: I forgot to build the .xz as part of dist. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c5821294..d7cea01f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1121,7 +1121,7 @@ tarball: tildefriends-$(VERSION_NUMBER) .PHONY: tarball -dist: release-apk iosrelease-ipa aab $(if $(HAVE_WIN), out/winrelease/tildefriends.standalone.exe) out/TildeFriends-release.fdroid.apk appimage +dist: release-apk iosrelease-ipa aab $(if $(HAVE_WIN), out/winrelease/tildefriends.standalone.exe) out/TildeFriends-release.fdroid.apk appimage tarball @mkdir -p dist/ @echo "[cp] tildefriends-$(VERSION_NUMBER).tar.xz" @cp out/tildefriends-$(VERSION_NUMBER).tar.xz dist/tildefriends-$(VERSION_NUMBER).tar.xz