mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
fix(autoupdate): Add aarch64 to apple silicon target
This commit is contained in:
parent
7e0a9f3b64
commit
657ebcb16e
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ pub const fn bin_name() -> &'static str {
|
|||
"uad-ng-macos-intel"
|
||||
}
|
||||
|
||||
#[cfg(all(target_os = "macos", target_arch = "arm"))]
|
||||
#[cfg(all(target_os = "macos", any(target_arch = "arm", target_arch = "aarch64")))]
|
||||
{
|
||||
"uad-ng-macos"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue