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

Support for using ponyup on Windows #213

Merged
merged 3 commits into from
Feb 10, 2022
Merged

Commits on Feb 8, 2022

  1. Support for using ponyup on Windows

    Ponyup on Windows creates batch files in its bin directory to select the current version of its tools. This PR changes `ponyc.exe` in `make.ps1` to `ponyc`, which will correctly call ponyup's batch file.
    
    It also makes `build` the default command for `make.ps1`.
    chalcolith committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    cf54569 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Support finding and running .bat and .ps1 files on Windows by men…

    …tioning their bare names.
    chalcolith committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9ca0671 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Add release note

    chalcolith committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    f3036e2 View commit details
    Browse the repository at this point in the history