From 2c7fd387585d1fd734b05f116215dc2018aabff9 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sun, 16 Jan 2022 11:27:52 +0800 Subject: [PATCH] Forgot to include license.txt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df634a7..9aabe1e 100644 --- a/Makefile +++ b/Makefile @@ -324,7 +324,7 @@ installdir/love.svg: $(LOVE_PATH)/platform/unix/love.svg installdir/license.txt: $(LOVE_PATH)/license.txt cp $(LOVE_PATH)/license.txt installdir/license.txt -appimage-prepare: installdir/AppRun installdir/love.desktop installdir/love.svg appimagetool +appimage-prepare: installdir/AppRun installdir/love.desktop installdir/love.svg installdir/license.txt appimagetool cp -r installdir installdir2 -rm -rf installdir2/share/man -rm -rf installdir2/share/doc