From 0c8a5e1b52898fe7c00bd1b7eeeffe9a8da97b05 Mon Sep 17 00:00:00 2001 From: amzxyz Date: Tue, 23 Dec 2025 12:19:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=8A=A8=E5=8C=96=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Wanxiang_Matrix.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/Wanxiang_Matrix.yml b/.github/workflows/Wanxiang_Matrix.yml index bce22d4..a392ff5 100644 --- a/.github/workflows/Wanxiang_Matrix.yml +++ b/.github/workflows/Wanxiang_Matrix.yml @@ -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!")'