Merge branch 'main' into main

This commit is contained in:
Justus0405 2024-08-31 20:08:19 +02:00 committed by GitHub
commit d6af6e992f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View file

@ -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:

View file

@ -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"
}
}
}
}