Commit 0ec0e829 authored by Yureka's avatar Yureka
Browse files

rl-2311: add note about electron path change

parent 5d7c7549
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -290,3 +290,5 @@ The module update takes care of the new config syntax and the data itself (user
  ./common/auto-format-root-device.nix ];` When you use the systemd initrd, you
  can automatically format the root device by setting
  `virtualisation.fileSystems."/".autoFormat = true;`.

- The `electron` packages now places its application files in `$out/libexec/electron` instead of `$out/lib/electron`. Packages using electron-builder will fail to build and need to be adjusted by changing `lib` to `libexec`.