fix: 自动化测试

This commit is contained in:
amzxyz
2025-12-23 12:19:49 +08:00
parent 2d9a6b8f56
commit 0c8a5e1b52

View File

@@ -147,9 +147,6 @@ jobs:
// 2. Backgrounds
val bd = java.io.File(userDataDir, "backgrounds").apply { mkdirs() }
am.list("shared/backgrounds")?.forEach { try { ResourceUtils.copyFile("shared/backgrounds/$it", java.io.File(bd, it).absolutePath) } catch(e:Exception){} }
// 3. Config (Last)
try { ResourceUtils.copyFile("shared/trime.yaml", java.io.File(userDataDir, "trime.yaml").absolutePath) } catch(e:Exception){}
} catch(e: Exception) { Timber.e(e, "Assets inject error") }
Timber.d("Synced!")'