🎨 Modify iterCopyFile to useLocalFile

This commit is contained in:
Tw93
2024-05-09 22:03:09 +08:00
parent 99c8167b55
commit 85b077abd3
7 changed files with 11 additions and 10 deletions

2
bin/types.ts vendored
View File

@@ -43,7 +43,7 @@ export interface PakeCliOptions {
systemTrayIcon: string;
// Recursive copy, when url is a local file path, if this option is enabled, the url path file and all its subfiles will be copied to the pake static file folder, default off
iterCopyFile: false;
useLocalFile: false;
// Multi arch, supports both Intel and M1 chips, only for Mac
multiArch: boolean;