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