🐛 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

4
dist/cli.js vendored
View File

@@ -60,8 +60,6 @@ const DEFAULT_PAKE_OPTIONS = {
iterCopyFile: false,
systemTrayIcon: '',
debug: false,
multiArch: false,
targets: "all",
};
const tlds = [
@@ -2482,7 +2480,7 @@ class BuilderFactory {
}
var name = "pake-cli";
var version = "2.0.0-alpha";
var version = "2.0.0-alpha1";
var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。";
var engines = {
node: ">=16.0.0"