Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Oct 8, 2024
1 parent f37c7c9 commit f5c5bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ download-file = "chester-{os}-{arch}.zip"
checksum-file = "chester-{os}-{arch}.zip.sha256"

[install]
download-url = "https://github.com/chester-lang/chester/releases/download/v{version}/{download_file}"
checksum-url = "https://github.com/chester-lang/chester/releases/download/v{version}/{checksum_file}"
download-url = "https://github.com/chester-lang/chester/releases/download/{version}/{download_file}"
checksum-url = "https://github.com/chester-lang/chester/releases/download/{version}/{checksum_file}"

[install.primary]
exe-path = "chester"
Expand Down

0 comments on commit f5c5bc7

Please sign in to comment.