From 433b3d39d9e1907457fede13a3b9e3c515b02b94 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 25 Sep 2024 18:50:06 -0400 Subject: [PATCH] ci: Build the appimage, for real.nofoolin. --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index dc06ad71..4bf4daa8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -103,6 +103,9 @@ BUILD_TYPES += \ androidrelease-x86_64 all: out/TildeFriends-arm-debug.apk out/TildeFriends-arm-release.apk out/TildeFriends-x86-debug.apk out/TildeFriends-x86-release.apk out/TildeFriends-release.fdroid.apk endif +ifeq ($(UNAME_S),Linux) +all: appimage +endif WINDOWS_TARGETS := \ out/windebug/tildefriends.exe \