From 4d1f6f869b343694b96139472af8d3f6ba2bcbe3 Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Mon, 18 May 2026 19:18:52 +0530 Subject: [PATCH] chore: cleanup mobile mise config (#28473) Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- mise.toml | 7 +++++++ mobile/mise.toml | 8 -------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/mise.toml b/mise.toml index f190490f17..8514cdd7aa 100644 --- a/mise.toml +++ b/mise.toml @@ -28,6 +28,13 @@ version = "1.37.0" bin = "dcm" postinstall = "chmod +x \"$MISE_TOOL_INSTALL_PATH/dcm\" || true" +[tools."github:CQLabs/homebrew-dcm".platforms] +linux-x64 = { asset_pattern = "dcm-linux-x64-release.zip" } +linux-arm64 = { asset_pattern = "dcm-linux-arm-release.zip" } +macos-x64 = { asset_pattern = "dcm-macos-x64-release.zip" } +macos-arm64 = { asset_pattern = "dcm-macos-arm-release.zip" } +windows-x64 = { asset_pattern = "dcm-windows-release.zip" } + [tools."github:jellyfin/jellyfin-ffmpeg"] version = "7.1.3-6" diff --git a/mobile/mise.toml b/mobile/mise.toml index 89a9f0035c..c31a5b06ff 100644 --- a/mobile/mise.toml +++ b/mobile/mise.toml @@ -1,11 +1,3 @@ -[tools] -flutter = "3.41.9" - -[tools."github:CQLabs/homebrew-dcm"] -version = "1.30.0" -bin = "dcm" -postinstall = "chmod +x $MISE_TOOL_INSTALL_PATH/dcm" - [tasks."codegen:dart"] alias = "codegen" description = "Execute build_runner to auto-generate dart code"