From a48680c26f2813c8418495f165d95e894a261976 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 9 Jun 2025 13:58:28 +0800 Subject: [PATCH] Use tar gzip for windows --- config/pre-built.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/pre-built.json b/config/pre-built.json index 22991a61..af8496e2 100644 --- a/config/pre-built.json +++ b/config/pre-built.json @@ -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" }