Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-03 | cerbero-uninstalled.ps1: Accept path with backslash | Seungha Yang | 1 | -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-26 | cerbero: Allow running from cmd or powershell | Nirbheek Chauhan | 1 | -0/+10 | |
It will simply find MSYS2 and invoke it. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1226> |