UNPKG

electron-builder-util

Version:

Part of [electron-builder](https://github.com/electron-userland/electron-builder).

8 lines (7 loc) 385 B
import { ExecOptions } from "./util"; /** @private */ export declare function execWine(file: string, args: Array<string>, options?: ExecOptions): Promise<string>; /** @private */ export declare function prepareWindowsExecutableArgs(args: Array<string>, exePath: string): string[]; /** @private */ export declare function checkWineVersion(checkPromise: Promise<string>): Promise<void>;