()
| 149 | } |
| 150 | |
| 151 | function getElectronAppBasePath(): string { |
| 152 | // import.meta.dirname in dev points to waveterm/dist/main |
| 153 | return path.dirname(import.meta.dirname); |
| 154 | } |
| 155 | |
| 156 | function getElectronAppUnpackedBasePath(): string { |
| 157 | return getElectronAppBasePath().replace("app.asar", "app.asar.unpacked"); |
no outgoing calls
no test coverage detected