Support packaging of multiple systems including Linux/Windows

This commit is contained in:
Tw93
2025-08-23 14:12:54 +08:00
parent 212cd6afb7
commit dcfd00e6e1
8 changed files with 288 additions and 24 deletions

3
bin/types.ts vendored
View File

@@ -57,7 +57,8 @@ export interface PakeCliOptions {
// Multi arch, supports both Intel and M1 chips, only for Mac
multiArch: boolean;
// Package output, valid for Linux users, default is deb, optional appimage, or all (i.e., output both deb and all);
// Build target architecture/format:
// Linux: "deb", "appimage", "deb-arm64", "appimage-arm64"; Windows: "x64", "arm64"; macOS: "intel", "apple", "universal"
targets: string;
// Debug mode, outputs more logs