Function tauri_plugin_os::exe_extension

source ยท
pub fn exe_extension() -> &'static str
Expand description

Returns the file extension, if any, used for executable binaries on this platform. Example value is exe, see std::env::consts::EXE_EXTENSION.