MCPcopy
hub / github.com/electerm/electerm / getElectermExePath

Function getElectermExePath

npm/install.js:130–136  ·  view source on GitHub ↗

* Get the path to the extracted electerm executable

()

Source from the content-addressed store, hash-verified

128 * Get the path to the extracted electerm executable
129 */
130function getElectermExePath () {
131 if (plat === 'win32') {
132 return join(extractDir, 'electerm.exe')
133 }
134 // Linux and macOS (if extracted)
135 return join(extractDir, 'electerm')
136}
137
138/**
139 * Check if the electerm binary has been extracted already

Callers 4

isElectermExtractedFunction · 0.85
runWinFunction · 0.85
runWin7Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected