Merge pull request #60962 from cawilliamson/patch-1
rambox-pro: Switch to using correct electron path
This commit is contained in:
commit
96bd872b09
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
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" \
|
--add-flags "$out/opt/RamboxPro/resources/app.asar.unpacked --without-update" \
|
||||||
--prefix PATH : ${xdg_utils}/bin
|
--prefix PATH : ${xdg_utils}/bin
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user