mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #328] Converted global npm dependencies to use npx #1146
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/328
State: closed
Merged: Yes
These changes remove the need to either A) install tools globally (
typescriptandelectron-builder) and B) call tools locally via actual path (sometsccalls find the bin path first).This should avoid any differences between platforms but I haven't been able to test it on every platform (just Windows for now). I should be able to run some tests on Linux this weekend.
See my comment on #313 for more details.