We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f5583 commit 25ca77aCopy full SHA for 25ca77a
1 file changed
crates/core/src/bridge.rs
@@ -10,8 +10,6 @@ use crate::{release_downloader, utils};
10
const EXECUTABLE_NAME: &str = "defold-nvim-bridge";
11
const OWNER: &str = "atomicptr";
12
const REPOSITORY: &str = "defold.nvim";
13
-#[cfg(not(target_os = "windows"))]
14
-const EXE_SUFFIX: &str = "";
15
16
#[cfg(target_os = "linux")]
17
const ASSET_NAME: &str = "linux-x86-defold-nvim-bridge";
0 commit comments