ente-desktop: fix tray icon (#387042)
* ente-desktop: fix tray icon * Update pkgs/by-name/en/ente-desktop/package.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> --------- Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
@@ -63,7 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
# Path to vips (otherwise it looks within the electron derivation)
|
||||
postPatch = ''
|
||||
substituteInPlace src/main/services/image.ts --replace-fail "process.resourcesPath" "\"$out/share/ente-desktop/resources\""
|
||||
substituteInPlace src/main/services/image.ts src/main.ts \
|
||||
--replace-fail "process.resourcesPath" '"$out/share/ente-desktop/resources"'
|
||||
'';
|
||||
|
||||
postConfigure = ''
|
||||
|
||||
Reference in New Issue
Block a user