Skip to content

Commit

Permalink
Update src/helpers/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: marcus dylan johnson <[email protected]>
  • Loading branch information
MordechaiHadad and mdjohns authored Mar 25, 2024
1 parent b7ed90b commit b05efc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn get_platform_name() -> &'static str {
pub fn get_platform_name_download() -> &'static str {
if cfg!(target_os = "windows") {
"nvim-win64"
} else if cfg!(target_os = "macos") && cfg!(target_arch = "arm64") {
} else if cfg!(target_os = "macos") && cfg!(target_arch = "aarch64") {
"nvim-macos-arm64"
} else if cfg!(target_os = "macos") && cfg!(target_arch = "x86_64") {
"nvim-macos-x86_64"
Expand Down

0 comments on commit b05efc4

Please sign in to comment.