Skip to content

Commit

Permalink
fix(rye): rye-x86_64-windows.exe does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
suin committed Jun 20, 2024
1 parent 266a661 commit f21a812
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rye/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ checksum-file = "rye-{arch}-macos.gz.sha256"
download-file = "rye-{arch}-macos.gz"

[platform.windows]
bin-path = "rye-{arch}-windows.exe"
checksum-file = "rye-{arch}-windows.exe.sha256"
download-file = "rye-{arch}-windows.exe"
bin-path = "rye-x86-windows.exe"
checksum-file = "rye-x86-windows.exe.sha256"
download-file = "rye-x86-windows.exe"
bin-path = "bins/mise.exe"

[install]
checksum-url = "https://github.com/astral-sh/rye/releases/download/{version}/{checksum_file}"
Expand All @@ -23,7 +24,6 @@ download-url = "https://github.com/astral-sh/rye/releases/download/{version}/{do
[install.arch]
aarch64 = "aarch64"
x86_64 = "x86_64"
x86 = "x86"

[install.primary]
exe-path = "rye-{arch}-{os}"
Expand Down

0 comments on commit f21a812

Please sign in to comment.