mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-18 08:20:53 +00:00
Merge branch 'MetaCubeX:Alpha' into Alpha
This commit is contained in:
commit
4c6765a0bc
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ func init() {
|
|||
version := windows.RtlGetVersion()
|
||||
WindowsMajorVersion = version.MajorVersion
|
||||
WindowsMinorVersion = version.MinorVersion
|
||||
WindowsBuildNumber = version.MinorVersion
|
||||
WindowsBuildNumber = version.BuildNumber
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue