gen2brain / beeep

Go cross-platform library for sending desktop notifications, alerts and beeps
BSD 2-Clause "Simplified" License
1.44k stars 89 forks source link

windows: query version from registry, fix #5 #9

Closed Equim-chan closed 6 years ago

Equim-chan commented 6 years ago

https://github.com/gen2brain/beeep/issues/5#issuecomment-364321910

gen2brain commented 6 years ago

Is version value from registry different from GetVersion from kernel32? There was this issue with GetVersion https://github.com/gen2brain/beeep/issues/2#issuecomment-356984270

Equim-chan commented 6 years ago

MajorVersion is different from Version, and the former one is not present until Windows 10.

Ref

gen2brain commented 6 years ago

Merged. Thanks!