Skip to content

Commit

Permalink
feat(appimage): update runtime to AppImage 12
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jun 21, 2019
1 parent b34fa7d commit b5d2b6e
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 @@ -12,11 +12,11 @@ import (
)

func GetAppImageToolDir() (string, error) {
dirName := "appimage-9.1.0"
dirName := "appimage-12.0.0"
//noinspection SpellCheckingInspection
result, err := download.DownloadArtifact("",
"https://github.com/electron-userland/electron-builder-binaries/releases/download/"+dirName+"/"+dirName+".7z",
"/9ipJexioCIFK+aQ/LktAHEieFFWxwkikxXZZlKXzm3fY5tFs+xUKv2m4OymD6ITRGiA4zzAKmlWyhVOjCxXuw==")
"1XG416Q2cxMGrr4SByMUkjDadqrFrDDPGcKx7jEI0isqkUEc3b/I4lcCsDuylXQTU2V2iG8RAdxzBiMFF2EYow==")
if err != nil {
return "", errors.WithStack(err)
}
Expand Down

0 comments on commit b5d2b6e

Please sign in to comment.