mirror of
https://github.com/Leo501/CocosCreatorTutorial.git
synced 2026-05-17 04:10:02 +08:00
完善热更新支持https的文档说明
This commit is contained in:
@@ -17,3 +17,7 @@ npm install
|
||||
* 生成热更新文件
|
||||
进入tools,点击version_generator.bat
|
||||
|
||||
### 支持https
|
||||
* 打开工程,修改libcocos2dx工程中Cocos2dxDownloader.java类。找到new AsyncHttpClient() 修改成new AsyncHttpClient(true, 80, 443)
|
||||
* 参考文章:https://forum.cocos.com/t/https/52302
|
||||
|
||||
|
||||
Reference in New Issue
Block a user