From 4d487fa4c429b926d6402a5cb8d8f98bbe219fc9 Mon Sep 17 00:00:00 2001 From: walon Date: Wed, 28 Jun 2023 11:46:04 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8DInstaller=E4=B8=AD?= =?UTF-8?q?=E5=B0=86hybridclr=E6=8B=BC=E6=88=90bybridclr=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/Installer/InstallerWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/Installer/InstallerWindow.cs b/Editor/Installer/InstallerWindow.cs index 9f26c3c..61535a8 100644 --- a/Editor/Installer/InstallerWindow.cs +++ b/Editor/Installer/InstallerWindow.cs @@ -47,7 +47,7 @@ namespace HybridCLR.Editor.Installer EditorGUILayout.LabelField($"{SettingsUtil.PackageName} 版本: v{_controller.PackageVersion}"); GUILayout.Space(5f); - EditorGUILayout.LabelField($"bybridclr 版本: {_controller.HybridclrLocalVersion}"); + EditorGUILayout.LabelField($"hybridclr 版本: {_controller.HybridclrLocalVersion}"); GUILayout.Space(5f); EditorGUILayout.LabelField($"il2cpp_plus 版本: {_controller.Il2cppPlusLocalVersion}"); GUILayout.Space(5f);