Skip to content

Commit 807a57f

Browse files
TomaSajtJohnRTitor
authored andcommitted
Revert "electron-bin: remove leftover logic"
This reverts commit 64f90c5.
1 parent 0e3f7cb commit 807a57f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/development/tools/electron/binary/generic.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ let
151151
dontBuild = true;
152152

153153
installPhase = ''
154-
mkdir -p $out/libexec/electron
154+
mkdir -p $out/libexec/electron $out/bin
155155
unzip -d $out/libexec/electron $src
156+
ln -s $out/libexec/electron/electron $out/bin
156157
chmod u-x $out/libexec/electron/*.so*
157158
'';
158159

0 commit comments

Comments
 (0)