mirror of
https://gitee.com/BDWare/cp.git
synced 2025-12-27 17:46:45 +00:00
add readme
This commit is contained in:
@@ -16,4 +16,9 @@ copy debugconf.json.template debugconf.json
|
|||||||
3.设置DebugMain的路径为:xxx/xxx/cp
|
3.设置DebugMain的路径为:xxx/xxx/cp
|
||||||
```
|
```
|
||||||
执行DebugMain.main即可
|
执行DebugMain.main即可
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 构建可执行版本
|
||||||
|
执行`cp/build.gradle`中的`buildBundle`任务。
|
||||||
|
在`cp/build/output`即为相关的jar包。
|
||||||
|
由`yjs.jar`(即cp.jar)和一系列依赖(在libs目录下)组成。
|
||||||
|
|||||||
Reference in New Issue
Block a user