Skip to content

Commit 4b4280f

Browse files
authored
Update chisel.json: fix autoupdate
1 parent 997e395 commit 4b4280f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bucket/chisel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"autoupdate": {
1818
"architecture": {
1919
"64bit": {
20-
"url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_amd64.gz"
20+
"url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_amd64.zip"
2121
},
2222
"arm64": {
23-
"url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_arm64.gz"
23+
"url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_arm64.zip"
2424
}
2525
},
2626
"hash": {

0 commit comments

Comments
 (0)