From c201a31aeb9a694d6f53a439a4025a1c8d5748ab Mon Sep 17 00:00:00 2001 From: taivlam <47955724+taivlam@users.noreply.github.com> Date: Mon, 19 Sep 2022 06:01:20 +0000 Subject: [PATCH] Add MPR to Unofficial Downloads (#2592) * Add MPR to Unofficial Downloads * Add MPR link to Unofficial Downloads section * Would resolve issue #2130 * Add MPR to Auto Label Issue * Add MPR to Bug Report --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + .github/workflows/autoLabelIssue.yaml | 2 +- README.md | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 7851d824..52b23895 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -85,6 +85,7 @@ body: - .dmg - .exe - Flathub + - MPR - .pacman - Portable - PortableApps diff --git a/.github/workflows/autoLabelIssue.yaml b/.github/workflows/autoLabelIssue.yaml index 7764bd2f..f5f14d54 100644 --- a/.github/workflows/autoLabelIssue.yaml +++ b/.github/workflows/autoLabelIssue.yaml @@ -17,7 +17,7 @@ jobs: "labels": ["B: visual"] }, { - "keywords": ["AUR", "Chocolatey", "PortableApps", "winget", "Scoop"], + "keywords": ["AUR", "Chocolatey", "PortableApps", "winget", "Scoop", "MPR"], "labels": ["B: Unofficial Download"] }, { diff --git a/README.md b/README.md index 9bc96cda..d5d7caa8 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ These builds are maintained by the community. While they should be safe, downlo * Chocolatey: [Download](https://chocolatey.org/packages/freetube/) +* makedeb Package Repository (MPR): [Download](https://mpr.makedeb.org/packages/freetube-bin) + * PortableApps (Windows Only): [Download](https://github.com/rddim/FreeTubePortable/releases) [Source](https://github.com/rddim/FreeTubePortable) * Scoop (Windows Only): [Usage](https://github.com/ScoopInstaller/Scoop)