Merge pull request #254637 from huantianad/webcord-vencord-pname

This commit is contained in:
Artturi 2023-09-12 07:57:06 +03:00 committed by GitHub
commit 70acab4228
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@
}:
webcord.overrideAttrs (old: {
pname = "webcord-vencord";
patches = (old.patches or [ ]) ++ [
(substituteAll {
src = ./add-extension.patch;