From f29e4e947800b1eda4db3b4448299e890498c233 Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Mon, 4 Aug 2025 11:17:46 +0800 Subject: [PATCH] feat: support macos arm64 arch --- bbp_ng/blender_manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbp_ng/blender_manifest.toml b/bbp_ng/blender_manifest.toml index 003a579..410acbf 100644 --- a/bbp_ng/blender_manifest.toml +++ b/bbp_ng/blender_manifest.toml @@ -6,7 +6,7 @@ schema_version = "1.0.0" # Example of manifest file for a Blender extension # Change the values according to your extension id = "bbp_ng" -version = "4.2.0" +version = "4.2.1" name = "Ballance Blender Plugin" tagline = "The specialized add-on served for creating game map of Ballance" maintainer = "yyc12345 " @@ -37,7 +37,7 @@ license = [ # ] # Optional list of supported platforms. If omitted, the extension will be available in all operating systems. -platforms = ["windows-x64", "linux-x64"] +platforms = ["windows-x64", "linux-x64", "macos-arm64"] # Supported platforms: "windows-x64", "macos-arm64", "linux-x64", "windows-arm64", "macos-x64" # Optional: bundle 3rd party Python modules.