Unverified Commit 766a203a authored by oddlama's avatar oddlama Committed by GitHub
Browse files

ente-desktop: fix literal inclusion of '$out' (#410214)

parent c9e5b2da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
  # Path to vips (otherwise it looks within the electron derivation)
  postPatch = ''
    substituteInPlace src/main/services/image.ts src/main.ts \
      --replace-fail "process.resourcesPath" '"$out/share/ente-desktop/resources"'
      --replace-fail "process.resourcesPath" "\"$out/share/ente-desktop/resources\""
  '';

  postConfigure = ''