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(windows): fixed issues preventing execution from windows #2672

Merged
merged 3 commits into from Jan 24, 2023

Commits on Jan 15, 2023

  1. fix: Detect git version on windows

    git does not fully match semver, especially on the windows version.
    Using loose checking in findVersions is able to match the version.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Jan 15, 2023
    1 Configuration menu
    Copy the full SHA
    301687f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. fix: use file:// url loading plugins

    The `file://` url is required for the  `win32`platform but supported on
    all platforms.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    725a39e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    3eec0bd View commit details
    Browse the repository at this point in the history