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

Fix build flags to be friendly to niche operating systems #4214

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Fix build flags to be friendly to niche operating systems #4214

merged 1 commit into from
Oct 17, 2023

Conversation

ikmckenz
Copy link
Contributor

In desktop_platform_nixes.go, move from "linux or freebsd", to "unix and not darwin", I think it's a reasonable assumption that all non-MacOS UNIX-like OS's will at least have the option to install notify-send.

In systray_nixes.go, the no-op systray, move from "linux or freebsd" to "not-windows and not-darwin", so all operating systems except windows and MacOS have a no-op systray.

@WithoutPants WithoutPants added the chore Pull requests for refactoring and admin work label Oct 17, 2023
@WithoutPants WithoutPants added this to the Version 0.24.0 milestone Oct 17, 2023
@WithoutPants WithoutPants merged commit 21baa23 into stashapp:develop Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for refactoring and admin work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants