From f25d856700495af9d4ddf8d2182a8a5905f5d60b Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sun, 16 Jan 2022 11:20:11 +0800 Subject: [PATCH] Add LOVE license.txt --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 66e8dab..25ad9ea 100644 --- a/Makefile +++ b/Makefile @@ -321,6 +321,9 @@ installdir/love.desktop: $(LOVE_PATH)/platform/unix/love.desktop.in installdir/love.svg: $(LOVE_PATH)/platform/unix/love.svg cp $(LOVE_PATH)/platform/unix/love.svg installdir/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 cp -r installdir installdir2 -rm -rf installdir2/share/man