Skip to content

Commit

Permalink
Fix Gum installation #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Phault committed Aug 11, 2024
1 parent 53d7f1b commit 2c9e9ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gum/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ type = "cli"
git-url = "https://github.com/charmbracelet/gum"

[platform.linux]
archive-prefix = "gum_{version}_Linux_{arch}"
download-file = "gum_{version}_Linux_{arch}.tar.gz"
checksum-file = "checksums.txt"

[platform.macos]
archive-prefix = "gum_{version}_Darwin_{arch}"
download-file = "gum_{version}_Darwin_{arch}.tar.gz"
checksum-file = "checksums.txt"

[platform.windows]
archive-prefix = "gum_{version}_Windows_{arch}"
download-file = "gum_{version}_Windows_{arch}.zip"
checksum-file = "checksums.txt"

Expand Down

0 comments on commit 2c9e9ed

Please sign in to comment.