fix(selfupdate): Update windows binary name

This commit is contained in:
Frigyes Erdosi-Szucs 2025-03-10 09:53:18 -07:00
commit b22d38ca07

View file

@ -235,7 +235,7 @@ pub fn extract_binary_from_tar(archive_path: &Path, temp_file: &Path) -> io::Res
pub const fn bin_name() -> &'static str {
#[cfg(target_os = "windows")]
{
"uad-ng.exe"
"uad-ng-windows.exe"
}
#[cfg(all(target_os = "macos", any(target_arch = "x86_64", target_arch = "x86")))]