Skip to content

Commit

Permalink
doc: put licenses into release zip
Browse files Browse the repository at this point in the history
Former-commit-id: a089793
  • Loading branch information
RalXYZ committed Nov 23, 2021
1 parent 618a1e8 commit 1d6829a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ define build-typora
cp $(base_dir)/install.sh $(target_dir)/$(1)-$(typora); \
fi;
cp $(base_dir)/README.md $(target_dir)/$(1)-$(typora)
cp $(base_dir)/../LICENSE $(target_dir)/$(1)-$(typora)
cp $(base_dir)/../credits.md $(target_dir)/$(1)-$(typora)
cp -r $(base_dir)/../Supplemental $(target_dir)/$(1)-$(typora)/Supplemental
endef

Expand Down

0 comments on commit 1d6829a

Please sign in to comment.