Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
export
function
getOSXZipPath() {
40
return
Path.join(getDistPath(),
'..'
, getOSXZipName())
41
}
42
43
export
function
getWindowsInstallerName() {
44
const
productName = getExecutableName()
Callers
1
packageOSX
Function · 0.90
Calls
2
getDistPath
Function · 0.85
getOSXZipName
Function · 0.85
Tested by
no test coverage detected