Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 向即将不支持的操作系统弹出不兼容警告 #1073

Merged
merged 10 commits into from
Oct 19, 2024

Conversation

PaienNate
Copy link
Contributor

@PaienNate PaienNate commented Oct 18, 2024

见issue #970。提供了Windows/Linux/MacOS三种版本,Windows以弹窗形式提醒,剩余两种一个检查GLibc,一个调用MacOS库获取。

后两种情况均考虑了获取失败的情况,应当不会造成无法启动海豹的现象。

Resolved #970

@PaienNate PaienNate requested a review from a team October 18, 2024 12:00
utils/oschecker/checker_linux.go Outdated Show resolved Hide resolved
utils/oschecker/checker_windows.go Outdated Show resolved Hide resolved
utils/oschecker/checker_windows.go Show resolved Hide resolved
utils/oschecker/checker_darwin.go Outdated Show resolved Hide resolved
Copy link
Contributor

@JustAnotherID JustAnotherID left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PaienNate PaienNate merged commit c4fee59 into sealdice:master Oct 19, 2024
3 checks passed
@PaienNate PaienNate deleted the check_windows branch October 19, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

在Win7/2008系统下弹出不兼容警告
2 participants