Unverified Commit e1daf722 authored by huantian's avatar huantian
Browse files

webcord-vencord: override pname argument

parent fc1239ed
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;