From 372fa9e06e98f4f7e53671fc36c1f123fef60cbe Mon Sep 17 00:00:00 2001 From: walon Date: Fri, 15 Dec 2023 11:05:04 +0800 Subject: [PATCH] =?UTF-8?q?[change]=20=E8=B0=83=E6=95=B4Installer=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E7=9A=84=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9?= 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 178db1e..676fe6e 100644 --- a/Editor/Installer/InstallerWindow.cs +++ b/Editor/Installer/InstallerWindow.cs @@ -46,7 +46,7 @@ namespace HybridCLR.Editor.Installer EditorGUILayout.LabelField($"Package Version: v{_controller.PackageVersion}"); GUILayout.Space(5f); - EditorGUILayout.LabelField($"Installed libil2cpp Version: {_controller.InstalledLibil2cppVersion ?? "Unknown"}"); + EditorGUILayout.LabelField($"Installed Version: {_controller.InstalledLibil2cppVersion ?? "Unknown"}"); GUILayout.Space(5f); GUILayout.Space(10f);