Revert "electron-bin: remove leftover logic"

This reverts commit 64f90c5682.
This commit is contained in:
TomaSajt
2025-03-03 16:30:42 +05:30
committed by Masum Reza
parent 0e3f7cb527
commit 807a57ff88
@@ -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*
'';