Files
clash-for-linux/scripts
Jalen Yan 3740c60d89 Fix brace parsing bug in CLASH_DOWNLOAD_URL_TEMPLATE default value
The `}` in `{arch}` prematurely closes the `${...:-...}` parameter
expansion, causing the default URL to be truncated to
`clash-{arch.gz}` instead of `clash-{arch}.gz`. The subsequent
`{arch}` replacement then fails silently.

Extract the default URL into a separate variable to avoid the
nested brace conflict.
2026-03-03 11:08:08 +08:00
..
2023-11-25 17:24:14 +08:00
2026-01-15 22:50:05 +08:00