build: copy readme and license to dist

This commit is contained in:
鲁树人 2025-05-09 05:57:53 +09:00
parent bf96544a51
commit 1676f9f095

View File

@ -18,6 +18,7 @@ case "$1" in
;;
esac
cp README.md LICENSE dist/
mv dist "${DIST_NAME}"
zip -rJ9 "${DIST_NAME}.zip" "${DIST_NAME}"