Skip to content

Commit

Permalink
remove command check
Browse files Browse the repository at this point in the history
  • Loading branch information
i0Link committed May 17, 2024
1 parent c28f4f8 commit 2165978
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
ksp.version=1.8.20-1.0.10
ksp.version=1.8.20-1.0.10
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=2080
10 changes: 5 additions & 5 deletions src/main/kotlin/io/github/jixiaoyong/utils/ApkSigner.kt
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ object ApkSigner {
RunCommandUtil.runCommand("command -v $zipAlignPath", "zip align")
}

return if (null != result) {
"zipAlign命令检查失败,请重试(${result.message}"
} else {
// return if (null != result) {
// "zipAlign命令检查失败,请重试(${result.message})"
// } else {
zipAlignCmdPath = zipAlignPath
null
}
return null
// }
}

fun setupAapt(aaptPath: String): String? {
Expand Down

0 comments on commit 2165978

Please sign in to comment.