- Fix the naming convention in Electron output to align with previous artifact naming to not break external/internal URLs. - In desktop execution tests, make artifact locator logic stricter to test regression.
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
export interface ExtractionResult {
|
|
readonly appExecutablePath: string;
|
|
readonly cleanup?: () => Promise<void>;
|
|
}
|