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