mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
fix(selfupdate): Update windows binary name
This commit is contained in:
parent
657ebcb16e
commit
b22d38ca07
1 changed files with 1 additions and 1 deletions
|
|
@ -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")))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue