跳转到内容

v12.0.0-rc.1 beta

  • tag修改

v2.0.0-rc.6

  • Lock the version of the script version number 12

v2.0.0-rc.5 beta

  • 非 ASCII 路径敏感问题
  • 添加 label说明

v2.0.0-rc.4 caution

解决 : ⚠️ 注意:Cordova + Gradle + Java 都对非 ASCII 路径敏感。会导致处理中文文件名时行为异常

bash
apt update && apt install -y locales
locale-gen en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale
bash
> Task :app:mergeReleaseAssets FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mergeReleaseAssets'.
> Changes are not tracked, unable determine incremental changes.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

v2.0.0-rc.3 caution

  • jdk 17 改成 jdk 11,镜像俩者都有

v2.0.0-rc.2 caution

  • 添加 cordova12 的打包脚本指令
bash
root@fb13349b82a6:/workspace# ll build-scripts-short/
total 20
drwxr-xr-x 2 root root 4096 Nov 24 08:54 ./
drwxr-xr-x 3 root root 4096 Nov 24 08:54 ../
-rwxr-xr-x 1 root root  299 Nov 24 08:46 apk-automatic-v2.sh*
-rwxr-xr-x 1 root root 2584 Nov 24 08:53 apk-build-sign-v2.sh*
-rwxr-xr-x 1 root root 2864 Nov 24 08:46 apk-init.sh*

v2.0.0-rc.1 caution

  • 添加 cordova12 的打包环境

基于 MIT 许可发布