update pake-cli document
This commit is contained in:
16
bin/README.md
vendored
16
bin/README.md
vendored
@@ -132,14 +132,6 @@ url 为你需要打包的网页链接 🔗,必须提供。
|
||||
|
||||
打包结果同时支持英特尔和 m1 芯片,仅适用于 MacOS,默认为 `false`。
|
||||
|
||||
#### [targets]
|
||||
|
||||
选择输出的包格式,支持deb/appimage/all,如果选择all,则同时打包deb和appimage,该选项仅支持Linux,默认为`all`。
|
||||
|
||||
```shell
|
||||
--targets xxx
|
||||
```
|
||||
|
||||
##### 准备工作
|
||||
|
||||
- 注意:开启该选项后,需要用 rust 官网的 rustup 安装 rust,不支持 brew 安装。
|
||||
@@ -162,3 +154,11 @@ rustup target add x86_64-apple-darwin
|
||||
# 或者
|
||||
-m
|
||||
```
|
||||
|
||||
#### [targets]
|
||||
|
||||
选择输出的包格式,支持deb/appimage/all,如果选择all,则同时打包deb和appimage,该选项仅支持Linux,默认为`all`。
|
||||
|
||||
```shell
|
||||
--targets xxx
|
||||
```
|
||||
|
||||
8
bin/README_EN.md
vendored
8
bin/README_EN.md
vendored
@@ -134,10 +134,6 @@ Use the command below to disable this feature.
|
||||
|
||||
Package results support both Intel and m1 chips, only for MacOS. The default is `false`.
|
||||
|
||||
#### [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`.
|
||||
|
||||
```shell
|
||||
--targets xxx
|
||||
```
|
||||
@@ -164,3 +160,7 @@ rustup target add x86_64-apple-darwin
|
||||
# or
|
||||
-m
|
||||
```
|
||||
|
||||
#### [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`.
|
||||
|
||||
Reference in New Issue
Block a user