rambox-pro: Switch to using correct electron path

This commit is contained in:
Christopher A. Williamson 2019-05-05 06:29:51 +01:00 committed by GitHub
parent da6ecbdbc8
commit 886544102f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
postFixup = ''
makeWrapper ${electron}/lib/electron/.electron-wrapped $out/bin/ramboxpro \
makeWrapper ${electron}/bin/electron $out/bin/ramboxpro \
--add-flags "$out/opt/RamboxPro/resources/app.asar.unpacked --without-update" \
--prefix PATH : ${xdg_utils}/bin
'';