Skip to content

Commit 71746a1

Browse files
committed
Merge branch 'master' of ssh://github.com/soraxas/shsh
2 parents c4386bd + 9d3f020 commit 71746a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/shsh-_post-gh-release

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ item="$(echo "$available_assets" | jq -r '.[0]')"
124124
gh_release_asset="$(echo "$item" | jq -r '.name' | head -1)"
125125

126126
case "$gh_release_asset" in
127-
*.gz|*.xz)
127+
*.gz|*.xz|*.tgz)
128128
unarchive_cmd="tar xvf"
129129
;;
130130
*.zip)

0 commit comments

Comments
 (0)