Xavier Claessens
|
bb4c8c07f8
|
Fix cmd_or_ps.ps1 script with pwsh7
gwmi command does not exist any more and is replaced by Get-CimInstance.
See https://github.com/PowerShell/PowerShell/issues/4766.
While at it, use a do..while loop to avoid duplicated lines.
Fixes: #10820
|
2022-09-21 18:32:51 -04:00 |
Seungha Yang
|
ee7a7fec10
|
devenv: Add support for PowerShell 7 on Windows
Checks "pwsh.exe" in addition to "powershell.exe" and "cmd.exe"
to support PowerShell 7 on Windows. The Powershell 7 support was added
in GStreamer (which is the origin of this script) already via
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2545
|
2022-06-14 19:09:25 -04:00 |
Christian Clauss
|
a5020857f3
|
Fix typos discovered by codespell
|
2021-10-10 16:12:25 -04:00 |
Xavier Claessens
|
598e968993
|
Add `meson devenv` command and meson.add_devenv()
|
2021-03-16 09:00:50 -04:00 |