update pake-cli to 2.0.0-alpha2
This commit is contained in:
6
bin/types.ts
vendored
6
bin/types.ts
vendored
@@ -38,11 +38,11 @@ export interface PakeCliOptions {
|
||||
/** mutli arch, Supports both Intel and m1 chips, only for Mac */
|
||||
multiArch: boolean;
|
||||
|
||||
// 包输出产物,对linux用户有效,默认为deb,可选appimage, 或者all(即同时输出deb和all);
|
||||
targets: string;
|
||||
|
||||
/** 调试模式,会输出更多日志 */
|
||||
debug: boolean;
|
||||
|
||||
/** Select the output package format, support deb/appimage/all, only for Linux */
|
||||
targets: string,
|
||||
}
|
||||
|
||||
export interface PakeAppOptions extends PakeCliOptions {
|
||||
|
||||
Reference in New Issue
Block a user