[fix] 修复Installer中将hybridclr拼成bybridclr的错误

main
walon 2023-06-28 11:46:04 +08:00
parent 2f71bb515d
commit 4d487fa4c4
1 changed files with 1 additions and 1 deletions

View File

@ -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);