From 75354ad8e668aa2d43580c96f111a6d08a8545f6 Mon Sep 17 00:00:00 2001 From: donCESAR12345 Date: Fri, 23 Aug 2024 17:17:27 -0500 Subject: [PATCH 1/2] fix(rpm): don't generate build_id links to avoid conflicts (#826) ...with other packages --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ca5cf49..9801f00 100644 --- a/package.json +++ b/package.json @@ -179,6 +179,11 @@ }, "publish": { "provider": "github" + }, + "rpm": { + "fpm": [ + "--rpm-rpmbuild-define=_build_id_links none" + ] } }, "pnpm": { @@ -186,4 +191,5 @@ "arrpc@3.4.0": "patches/arrpc@3.4.0.patch" } } -} \ No newline at end of file +} + From a318f6b407083611f3e02282456b8f95034ca4fc Mon Sep 17 00:00:00 2001 From: v Date: Tue, 27 Aug 2024 12:59:57 +0200 Subject: [PATCH 2/2] Update feature-request.yml --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 49480ff..d257146 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -14,6 +14,8 @@ body: This form is only meant for **Vesktop feature requests**. For plugin requests or Vencord feature requests, go [here](https://github.com/Vencord/plugin-requests/issues/new?template=request.yml) instead! + **DO NOT** make any icon related requests or you will be blocked. + - type: input id: discord attributes: