Skip to content

Commit

Permalink
fix: mksquashfs zstd support
Browse files Browse the repository at this point in the history
Close #83
develar committed Sep 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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
}

0 comments on commit 696179f

Please sign in to comment.