MCPcopy
hub / github.com/desktop/desktop / getWindowsInstallerPath

Function getWindowsInstallerPath

script/dist-info.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48export function getWindowsInstallerPath() {
49 return Path.join(getDistPath(), '..', 'installer', getWindowsInstallerName())
50}
51
52export function getWindowsStandaloneName() {
53 const productName = getExecutableName()

Callers

nothing calls this directly

Calls 2

getDistPathFunction · 0.85
getWindowsInstallerNameFunction · 0.85

Tested by

no test coverage detected