()
| 154 | } |
| 155 | |
| 156 | function getElectronAppUnpackedBasePath(): string { |
| 157 | return getElectronAppBasePath().replace("app.asar", "app.asar.unpacked"); |
| 158 | } |
| 159 | |
| 160 | function getElectronAppResourcesPath(): string { |
| 161 | if (isDev) { |
no test coverage detected