Add option to windows installation script to install a specific nitrile version
What does this MR do?
Resolves #6 (closed).
I tried to do this with a command-line argument, but it does not seem to be possible to pipe a script to powershell.exe and pass command-line arguments at the same time.
Changes to public APIs
The Windows installation script now takes $Env:NitrileVersion
into account.
Author's checklist (required)
-
Intermediate commits compile (use git rebase -i main
if not) -
Newly added code has a style consistent with the rest of the repository -
Newly added code is documented (guidelines)
Related issues
Closes #6 (closed)