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

This commit is contained in:
oddlama 2025-05-23 18:03:44 +02:00 committed by GitHub
parent c9e5b2da15
commit 766a203ac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''