summaryrefslogtreecommitdiff
path: root/cerbero-uninstalled.ps1
AgeCommit message (Collapse)AuthorFilesLines
2023-11-03cerbero-uninstalled.ps1: Accept path with backslashSeungha Yang1-0/+1
PowerShell auto-completion will fill path string with backslash. Convert it to forward slash to make msys2 happy. An example command line to fix is: .\cerbero-uninstalled -c .\config\win32.cbc package gstreamer-1.0 where ".\config\win32.cbc" results from PowerShell auto-completion Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1290>
2023-07-26cerbero: Allow running from cmd or powershellNirbheek Chauhan1-0/+10
It will simply find MSYS2 and invoke it. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1226>