Merge pull request #60962 from cawilliamson/patch-1

rambox-pro: Switch to using correct electron path
This commit is contained in:
Renaud 2019-05-05 10:08:35 +02:00 committed by GitHub
commit 96bd872b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
'';