From e83917c11b580b249b31144abc57ae7ab6fb5473 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Wed, 17 May 2023 14:05:54 +0800 Subject: [PATCH] update reademe for pake-cli --- bin/README.md | 2 +- dist/cli.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/README.md b/bin/README.md index 734a8dd..be12361 100644 --- a/bin/README.md +++ b/bin/README.md @@ -183,7 +183,7 @@ rustup target add x86_64-apple-darwin #### [system-tray-icon] -通知栏托盘图标,仅当显示通知栏托盘时有效, 图标必须为.ico或者.png格式的,32x32~256*256像素的图片。 +通知栏托盘图标,仅当显示通知栏托盘时有效, 图标必须为.ico或者.png格式的,32x32~256x256像素的图片。 ```shell --system-tray-icon diff --git a/dist/cli.js b/dist/cli.js index b8379fd..83b399c 100644 --- a/dist/cli.js +++ b/dist/cli.js @@ -2525,7 +2525,7 @@ class BuilderFactory { } var name = "pake-cli"; -var version = "2.0.4"; +var version = "2.0.5"; var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。"; var engines = { node: ">=16.0.0"