Use tar gzip for windows

This commit is contained in:
crazywhalecc 2025-06-09 13:58:28 +08:00 committed by Jerry Ma
parent bed5b9d4ef
commit a48680c26f

View File

@ -2,5 +2,6 @@
"repo": "static-php/static-php-cli-hosted",
"prefer-stable": true,
"match-pattern-linux": "{name}-{arch}-{os}-{libc}-{libcver}.txz",
"match-pattern": "{name}-{arch}-{os}.txz"
"match-pattern-macos": "{name}-{arch}-{os}.txz",
"match-pattern-windows": "{name}-{arch}-{os}.tgz"
}