add multi-architecture support for MacOS

This commit is contained in:
Tlntin
2023-01-26 12:18:50 +08:00
parent c6555370dc
commit c3f8b628f0
7 changed files with 55 additions and 34 deletions

2
bin/types.ts vendored
View File

@@ -24,7 +24,7 @@ export interface PakeCliOptions {
debug: boolean;
/** mutli arch, Supports both Intel and m1 chips, only for Mac */
multi_arch: boolean;
multiArch: boolean;
}
export interface PakeAppOptions extends PakeCliOptions {