interface PackageOptions {
    arch?: string;
    dir?: string;
    interactive?: boolean;
    outDir?: string;
    platform?: string;
}

Properties

arch?: string

The target arch

dir?: string

The path to the app to package

interactive?: boolean

Whether to use sensible defaults or prompt the user visually

outDir?: string

The path to the output directory for packaged apps

platform?: string

The target platform.