mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #46] [MERGED] Use electron that exist in current path #1069
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?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/46
Author: @yamachu
Created: 11/7/2017
Status: ✅ Merged
Merged: 11/7/2017
Merged by: @robertmuehsig
Base:
master← Head:fix/unix_invoke_path📝 Commits (1)
cb20c06Use electron that exist in current path📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
ElectronNET.CLI/Commands/StartElectronCommand.cs(+1 -1)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.