Unverified Commit 70acab42 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

parents 4ed05a00 e1daf722
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@
}:

webcord.overrideAttrs (old: {
  pname = "webcord-vencord";

  patches = (old.patches or [ ]) ++ [
    (substituteAll {
      src = ./add-extension.patch;