()
| 46 | } |
| 47 | |
| 48 | export function getWindowsInstallerPath() { |
| 49 | return Path.join(getDistPath(), '..', 'installer', getWindowsInstallerName()) |
| 50 | } |
| 51 | |
| 52 | export function getWindowsStandaloneName() { |
| 53 | const productName = getExecutableName() |
nothing calls this directly
no test coverage detected