Skip to content

Commit

Permalink
Extend archive-prefix for CMake on macOS to align with other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Phault committed Mar 9, 2024
1 parent 86278e2 commit 51e5ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ bin-path = "bin/cmake"
[platform.macos]
download-file = "cmake-{version}-macos-universal.tar.gz"
checksum-file = "cmake-{version}-SHA-256.txt"
archive-prefix = "cmake-{version}-macos-universal"
bin-path = "CMake.app/Contents/bin/cmake"
archive-prefix = "cmake-{version}-macos-universal/CMake.app/Contents"
bin-path = "bin/cmake"

[platform.windows]
download-file = "cmake-{version}-windows-{arch}.zip"
Expand Down

0 comments on commit 51e5ec7

Please sign in to comment.