From e063d7b0796927d70bc665175297bc13e5384c6f Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Wed, 20 Dec 2023 10:59:12 +0800 Subject: [PATCH] update README --- .github/FUNDING.yml | 1 + .github/workflows/build.yml | 5 ++--- README.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..9059f66 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: tsl0922 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 490bd0e..606948b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,5 @@ jobs: tag: dev artifacts: "menu.zip" allowUpdates: true - prerelease: true - name: Dev build - body: Development build \ No newline at end of file + name: Latest build + body: Latest build \ No newline at end of file diff --git a/README.md b/README.md index cde1e52..9b40132 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,7 @@ MBTN_RIGHT script-message-to menu show ## Credits This project contains code copied from [mpv](https://github.com/mpv-player/mpv). + +# License + +[GPLv2](LICENSE.txt). \ No newline at end of file