Unverified Commit 3e759afd authored by Xarvex's avatar Xarvex
Browse files

vencord: fixup cp order, does not exist

parent 75f67684
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,8 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
  installPhase = ''
    runHook preInstall

    cp package.json $out # Presence is checked by Vesktop.
    cp -r dist/${lib.optionalString buildWebExtension "chromium-unpacked/"} $out
    cp package.json $out # Presence is checked by Vesktop.

    runHook postInstall
  '';