MCPcopy
hub / github.com/desktop/desktop / getWindowsInstallerName

Function getWindowsInstallerName

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

Source from the content-addressed store, hash-verified

41}
42
43export function getWindowsInstallerName() {
44 const productName = getExecutableName()
45 return `${productName}Setup-${getDistArchitecture()}.msi`
46}
47
48export function getWindowsInstallerPath() {
49 return Path.join(getDistPath(), '..', 'installer', getWindowsInstallerName())

Callers 2

packageWindowsFunction · 0.90
getWindowsInstallerPathFunction · 0.85

Calls 2

getExecutableNameFunction · 0.85
getDistArchitectureFunction · 0.85

Tested by

no test coverage detected