-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
V2.3.1 install_release.sh calls for wrong scrcpy-server version #4617
Comments
Please read explanation in #4098. You should not execute ./install_release.sh from tag v2.0, but one commit after (in practice, it is intended to be called from current master only). |
That is a very peculiar workflow. I would normally expect the contents of the source archive of a release tag to be able to build that release tag. I normally build from release tags as the current master (in other projects) tends to be volatile. |
That's the case: you can build the full release with
It is not ideal, but I don't know how to improve. |
Btw, you can't take any random commit and execute |
Environment
Describe the bug
Build script calls for incorrect version of pre-built server, leading to client application refusing to start citing that the server and client have a version mismatch.
Prebuilt server URL reads
releases/download/v2.3/scrcpy-server-v2.3
instead of
releases/download/v2.3.1/scrcpy-server-v2.3.1
Changing this manually leads to a successful build and run.
The text was updated successfully, but these errors were encountered: