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

Add optional versioned server file checker #5172

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Aug 6, 2024

  1. Add optional versioned server file checker

    If users have downloaded prebuilt server file, they may forget to update
    the server file simply because they are all named "scrcpy-server". It is
    already known to cause issues when server and client versions mismatch.
    Let it check for "scrcpy-server-v<VERSION>" first (just as how it is
    named in Github release page), then fall back to "scrcpy-server".
    
    This mechanism is fully optional: users may still use the old unversioned
    name "scrcpy-server"; or they can directly download server file from
    release page without renaming it, and they will be notified to update
    their server file because client cannot find either files (with the
    correct version).
    yangfl committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4867a9b View commit details
    Browse the repository at this point in the history