🐛 Fix type error.

This commit is contained in:
Tw93
2023-04-10 14:30:28 +08:00
parent 48de52546c
commit f5f8001003
4 changed files with 3 additions and 13 deletions

2
bin/defaults.ts vendored
View File

@@ -15,8 +15,6 @@ export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
iterCopyFile: false,
systemTrayIcon: '',
debug: false,
multiArch: false,
targets: "all",
};
export const DEFAULT_APP_NAME = 'Pake';