提交subgame插件
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# SG SubGame Package Tools
|
||||
|
||||
### Requirements
|
||||
|
||||
* CocosCreator `2.4.x (Test in 2.4.8)`
|
||||
* SG Framework
|
||||
|
||||
### Install
|
||||
```bash
|
||||
npm install -g subgame-packager
|
||||
```
|
||||
### Usage
|
||||
|
||||
```bash
|
||||
sgpkg -- \
|
||||
--project <project path> \
|
||||
--platform [web|android] \
|
||||
--key <assetbundle key> \
|
||||
--xxtea <xxtea key> \
|
||||
--mode [debug|release|testRelease] \
|
||||
--url <cos url>
|
||||
```
|
||||
Reference in New Issue
Block a user