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: diff --git a/package.json b/package.json index b850985..fc925f1 100644 --- a/package.json +++ b/package.json @@ -186,6 +186,11 @@ }, "publish": { "provider": "github" + }, + "rpm": { + "fpm": [ + "--rpm-rpmbuild-define=_build_id_links none" + ] } }, "pnpm": { @@ -193,4 +198,5 @@ "arrpc@3.4.0": "patches/arrpc@3.4.0.patch" } } -} \ No newline at end of file +} +