MCPcopy
hub / github.com/desktop/desktop / getWindowsFullNugetPackagePath

Function getWindowsFullNugetPackagePath

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

Source from the content-addressed store, hash-verified

68}
69
70export function getWindowsFullNugetPackagePath() {
71 return Path.join(
72 getDistPath(),
73 '..',
74 'installer',
75 getWindowsFullNugetPackageName()
76 )
77}
78
79export function getWindowsDeltaNugetPackageName(
80 includeArchitecture: boolean = false

Callers

nothing calls this directly

Calls 2

getDistPathFunction · 0.85

Tested by

no test coverage detected