MCPcopy Index your code
hub / github.com/desktop/desktop / getOSXZipPath

Function getOSXZipPath

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

Source from the content-addressed store, hash-verified

37}
38
39export function getOSXZipPath() {
40 return Path.join(getDistPath(), '..', getOSXZipName())
41}
42
43export function getWindowsInstallerName() {
44 const productName = getExecutableName()

Callers 1

packageOSXFunction · 0.90

Calls 2

getDistPathFunction · 0.85
getOSXZipNameFunction · 0.85

Tested by

no test coverage detected