update pake-cli to 2.0.0-alpha2

This commit is contained in:
Tlntin
2023-04-10 21:57:29 +08:00
parent 567d6a8c41
commit 5379ce634d
16 changed files with 243 additions and 193 deletions

6
bin/types.ts vendored
View File

@@ -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 {