Skip to content

Commit a48680c

Browse files
committed
Use tar gzip for windows
1 parent bed5b9d commit a48680c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/pre-built.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"repo": "static-php/static-php-cli-hosted",
33
"prefer-stable": true,
44
"match-pattern-linux": "{name}-{arch}-{os}-{libc}-{libcver}.txz",
5-
"match-pattern": "{name}-{arch}-{os}.txz"
5+
"match-pattern-macos": "{name}-{arch}-{os}.txz",
6+
"match-pattern-windows": "{name}-{arch}-{os}.tgz"
67
}

0 commit comments

Comments
 (0)