mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
[PR #46] Use electron that exist in current path #1072
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/ElectronNET/Electron.NET/pull/46
State: closed
Merged: Yes
bash: line 1: electron: command not founderror has occurred in my env(macOSX 10.12.6, use zsh)So I changed Execute Command that called electron to use current directory's.
This change worked well in my env.
Is there any other solution?
Thanks