Skip to content

Commit

Permalink
编译问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
aiselp committed Oct 31, 2023
1 parent 297732b commit e8b672d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codeeditor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ tasks.register("downloadEditor") {
val versionFile = File(assetsDir, "version.txt")
doFirst {
logger.log(org.gradle.api.logging.LogLevel.LIFECYCLE,"start downloadEditor")
assetsDir.mkdirs()
if (versionFile.isFile){
val dowversion = versionFile.readText().toInt()
if (dowversion == version) {
Expand Down

0 comments on commit e8b672d

Please sign in to comment.