Skip to content

Commit

Permalink
fix: mksquashfs zstd support
Browse files Browse the repository at this point in the history
Close #83
  • Loading branch information
develar committed Sep 12, 2023
1 parent dadfa75 commit 696179f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/linuxTools/tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import (
)

func GetAppImageToolDir() (string, error) {
dirName := "appimage-13.0.0"
dirName := "appimage-13.0.1"
//noinspection SpellCheckingInspection
result, err := download.DownloadArtifact("",
download.GetGithubBaseUrl()+dirName+"/"+dirName+".7z",
"hBN7VlhUsFX1Uw4uD1zxkm2Z4VHZqVw45VpBghvokCml07KgG0mzP+AACphrQMlav49hlGX9epAreb4Xxvce9A==")
"ZG8U7K9Bk71cvP1VDlP+L7hO+HhRTJW6RO0kLgh5hbbJJHhPfoA/kw1hsFeq1pAyez6MxvoDyL/5/O45hX9Jaw==")
if err != nil {
return "", err
}
Expand Down

0 comments on commit 696179f

Please sign in to comment.