ci: Build the appimage, for real.nofoolin.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 17m9s

This commit is contained in:
Cory McWilliams 2024-09-25 18:50:06 -04:00
parent 26441ed45c
commit 433b3d39d9

View File

@ -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 \