Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

v190511

Compare
Choose a tag to compare
@stdrc stdrc released this 10 May 16:27
· 13 commits to master since this release

更新日志:

  • 修复 scripts/generate.ps1 查找 CMake 命令出错的问题
  • 更新 scripts/post_build.ps1,现在不会再将 app.json 转码为 GB18030,因为 酷Q v5.14.5 开始支持 UTF-8 编码
  • 调整 App Id 的传递方式,现在在代码中可以使用 APP_ID 宏来获得 app_id.txt 中填写的 App Id,类型为字符串字面量
  • 切换构建工具链到 VS 2019 和 MSVC v142

注意,本次更新涉及到构建系统和核心代码两部分,需要同时更新构建部分(本仓库)和核心代码部分(src/cqsdk 子模块,通过 git submodule update 更新)。