diff --git a/k6/plugin.toml b/k6/plugin.toml index 6e84cd0..9290c9c 100644 --- a/k6/plugin.toml +++ b/k6/plugin.toml @@ -15,7 +15,7 @@ download-file = "k6-v{version}-macos-{arch}.zip" checksum-file = "k6-v{version}-checksums.txt" [platform.windows] -bin-path = "k6-v{version}-windows-{arch}.exe/k6.exe" +bin-path = "k6-v{version}-windows-{arch}/k6.exe" download-file = "k6-v{version}-windows-{arch}.zip" checksum-file = "k6-v{version}-checksums.txt" diff --git a/mise/plugin.toml b/mise/plugin.toml index 16cb713..268c643 100644 --- a/mise/plugin.toml +++ b/mise/plugin.toml @@ -15,6 +15,7 @@ checksum-file = "SHASUMS256.txt" [platform.windows] download-file = "mise-v{version}-win-{arch}.zip" checksum-file = "SHASUMS256.txt" +bin-path = "bin/mise.exe" [install] download-url = "https://github.com/jdx/mise/releases/download/v{version}/{download_file}" diff --git a/rye/plugin.toml b/rye/plugin.toml index 118c93b..354fdaa 100644 --- a/rye/plugin.toml +++ b/rye/plugin.toml @@ -12,9 +12,9 @@ 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" [install] checksum-url = "https://github.com/astral-sh/rye/releases/download/{version}/{checksum_file}" @@ -23,7 +23,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}"