jh5_app_build 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/build_std.js +1 -1
  2. package/package.json +1 -1
package/lib/build_std.js CHANGED
@@ -162,7 +162,7 @@ module.exports = async (cmd, buildCfg) => {
162
162
  child_process.execFileSync("C:\\jdev_develop\\jre\\bin\\java.exe", [
163
163
  "-jar", "C:\\jdev_develop\\h5_bin\\apktool.jar",
164
164
  "d", custumApk,
165
- "-r", "-s",
165
+ "-r", "-s", "-f",
166
166
  "-o", stdBinDir
167
167
  ], {
168
168
  cwd: jreCwd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jh5_app_build",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "jaskle jh5_app_build",
5
5
  "main": "./bin/jh5_app_build.js",
6
6
  "registry": true,