mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-13 15:10:03 +00:00
fix: 自动化测试
This commit is contained in:
3
.github/workflows/Wanxiang_Matrix.yml
vendored
3
.github/workflows/Wanxiang_Matrix.yml
vendored
@@ -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!")'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user