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 install script on Windows #626

Merged
merged 1 commit into from Sep 10, 2019
Merged

Fix install script on Windows #626

merged 1 commit into from Sep 10, 2019

Commits on Jul 30, 2019

  1. Fix install script on Windows

    `adjust_format()` should use OS and not ARCH. In Windows, `$OS` will be calculated to be `"windows"` while `$ARCH` will be `"386"` or `"amd64"` (most of the time). `$ARCH` will surely never be `"windows"`.
    Ruluk committed Jul 30, 2019
    Copy the full SHA
    0157763 View commit details
    Browse the repository at this point in the history