Add the multi_arch parameter of the master branch to the pake-cli

This commit is contained in:
Tlntin
2023-04-08 11:18:48 +08:00
parent 709f7532a4
commit da615bb1c7
6 changed files with 104 additions and 15 deletions

3
bin/types.ts vendored
View File

@@ -35,6 +35,9 @@ export interface PakeCliOptions {
// /** 递归拷贝当url为本地文件路径时候若开启该选项则将url路径文件所在文件夹以及所有子文件都拷贝到pake静态文件夹默认不开启 */
iterCopyFile: false;
/** mutli arch, Supports both Intel and m1 chips, only for Mac */
multiArch: boolean;
// 包输出产物对linux用户有效默认为deb可选appimage, 或者all即同时输出deb和all;
targets: string;