We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Determine which CPU architecture client is using and install the optimized version from the engine directory.
Right now, it's just installing the default version for each OS.
default
This is the line that needs to be changed.
The text was updated successfully, but these errors were encountered:
Here's how fishnet does this: https://github.com/lichess-org/fishnet/blob/d0990ef62422c86013270e768e5cb8724f4585f7/src/assets.rs#L98-L131. It's missing some of the weaker targets, which are not expected to run fishnet, but that might run this client.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Determine which CPU architecture client is using and install the optimized version from the engine directory.
Right now, it's just installing the
default
version for each OS.This is the line that needs to be changed.
The text was updated successfully, but these errors were encountered: