Skip to content

Commit

Permalink
[fix] 修复Installer中将hybridclr拼成bybridclr的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
walon committed Jun 28, 2023
1 parent 2f71bb5 commit 4d487fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/Installer/InstallerWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private void OnGUI()

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);
Expand Down

0 comments on commit 4d487fa

Please sign in to comment.