Skip to content

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
wzpan committed Sep 11, 2018
1 parent 6bd17ac commit 3edce8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Cocos Creator 在构建的时候支持对脚本进行加密和压缩。

1. 如果使用加密功能,第二个参数设置为 `encrypt`;如果使用解密功能,第二个参数设置为 `decrypt`。此参数为必选参数

2. 如需设置加密密钥,添加 --key 或 -k 参数,并跟上加密密钥字符串。如不设置,会在命令行中提示输入
2. 如需设置加密密钥,添加 `--key``-k` 参数,并跟上加密密钥字符串。如不设置,会在命令行中提示输入

3. 如需设置为非压缩方案,添加 --nozip 或 -n 参数,并设置为 true。如不设置,默认为压缩方案
3. 如需设置为非压缩方案,添加 `--nozip``-n` 参数,并设置为 true。如不设置,默认为压缩方案

> 非压缩方案是指Cocos编译时没有勾选“Zip 压缩”选项
4. 找到 CocosCreator 编译出来的 .jsc 文件,一般在工程目录下 `build/jsb-default/src` 文件夹下。你可以在脚本运行时,根据提示输入文件的路径来指定对应文件。也可以添加 --path 或 -p 参数,设置为文件路径。如不设置,会在命令行中提示输入
4. 找到 CocosCreator 编译出来的 .jsc 文件,一般在工程目录下 `build/jsb-default/src` 文件夹下。你可以在脚本运行时,根据提示输入文件的路径来指定对应文件。也可以添加 `--path``-p` 参数,设置为文件路径。如不设置,会在命令行中提示输入


5. 运行脚本即可。
Expand Down

0 comments on commit 3edce8b

Please sign in to comment.