We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65c84f4 + 25cf37d commit c9af568Copy full SHA for c9af568
Plain Craft Launcher 2/Modules/Base/ModBase.vb
@@ -81,7 +81,7 @@ Public Module ModBase
81
''' <summary>
82
''' 是否为 ARM64 架构。
83
''' </summary>
84
- Public IsArm64System As String = Runtime.InteropServices.RuntimeInformation.OSArchitecture = Runtime.InteropServices.Architecture.Arm64
+ Public IsArm64System As Boolean = Runtime.InteropServices.RuntimeInformation.OSArchitecture = Runtime.InteropServices.Architecture.Arm64
85
86
''' 是否使用 GBK 编码。
87
0 commit comments