nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.77k stars 333 forks source link

Replace `Q_OS_LINUX` checks by `Q_OS_UNIX && !Q_OS_MACOS` #498

Closed guihkx closed 1 year ago

guihkx commented 1 year ago

This should make our code more *nix friendly.

Closes #410

nuttyartist commented 1 year ago

Nice 👍

nuttyartist commented 1 year ago

Why does it say some checks were not successful?

bjorn commented 1 year ago

Why does it say some checks were not successful?

The macOS Homebrew Qt 6 build was cancelled due to #497.

nuttyartist commented 1 year ago

Ahh ok.