Skip to content

Commit c9af568

Browse files
authored
Merge pull request PCL-Community#271 from PCL-Community/Fix#266
2 parents 65c84f4 + 25cf37d commit c9af568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plain Craft Launcher 2/Modules/Base/ModBase.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Public Module ModBase
8181
''' <summary>
8282
''' 是否为 ARM64 架构。
8383
''' </summary>
84-
Public IsArm64System As String = Runtime.InteropServices.RuntimeInformation.OSArchitecture = Runtime.InteropServices.Architecture.Arm64
84+
Public IsArm64System As Boolean = Runtime.InteropServices.RuntimeInformation.OSArchitecture = Runtime.InteropServices.Architecture.Arm64
8585
''' <summary>
8686
''' 是否使用 GBK 编码。
8787
''' </summary>

0 commit comments

Comments
 (0)