From af9c1d3cc22b299b2a8dc470a2aca48a4cf1f633 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Wed, 19 Apr 2023 22:15:50 +0800 Subject: [PATCH] Update README_EN.md for pake-cli Signed-off-by: Tlntin --- bin/README_EN.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/bin/README_EN.md b/bin/README_EN.md index fa652f4..d4f4bf0 100644 --- a/bin/README_EN.md +++ b/bin/README_EN.md @@ -160,3 +160,43 @@ rustup target add x86_64-apple-darwin #### [targets] Select the output package format, support deb/appimage/all, if all is selected, deb and appimage will be packaged at the same time, this option only supports Linux, the default is `all`. + + +#### [user-agent] + +Custom browser user agent, default is empty. +```shell +--user-agent +``` + +#### [show-menu] + +Display the menu bar, not display it by default, enter the following command and it will be displayed. MacOS users are recommended to enable. + +```shell +--show-menu +``` + +#### [show-system-tray] + +Display the notification tray, not display it by default, entering the following command will display. + +```shell +--show-system-tray +``` + +#### [system-tray-icon] + +The notification tray icon is only valid when the notification tray is displayed. The icon must be a 512*512 pixel image in .ico or .png format. + +```shell +--system-tray-icon +``` + +#### [copy-iter-file] + +Recursive copy, when the url is a local file path, if this option is enabled, the folder where the url path file is located and all sub-files are copied to the pake static folder, which is not enabled by default + +```shell +--copy-iter-file +```