소스 검색

Add LOVE license.txt

Miku AuahDark 3 년 전
부모
커밋
f25d856700
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Makefile

+ 3 - 0
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