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