小改动

This commit is contained in:
Zhanghu
2025-10-11 09:47:04 +08:00
parent bdb20c2130
commit d4f3340383
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ android {
into releaseDir
}
def downloadUrl = "http://thinkdisk.thinkbo.cn/src/web/dashboard/dashboardclient/${outputFileName}"
def downloadUrl = "http://thinkdisk.thinkbo.cn/src/web/dashboardclient/${outputFileName}"
genUpdateJson(downloadUrl, releaseDir, outputFileName, 'changelog.md', defaultConfig, variant)
File file = new File("${project.getProjectDir().path}/changelog.md")