Commit 807a57ff authored by TomaSajt's avatar TomaSajt Committed by Masum Reza
Browse files

Revert "electron-bin: remove leftover logic"

This reverts commit 64f90c56.
parent 0e3f7cb5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -151,8 +151,9 @@ let
    dontBuild = true;

    installPhase = ''
      mkdir -p $out/libexec/electron
      mkdir -p $out/libexec/electron $out/bin
      unzip -d $out/libexec/electron $src
      ln -s $out/libexec/electron/electron $out/bin
      chmod u-x $out/libexec/electron/*.so*
    '';