mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
fix: add x86_64 to X64 list. (#272)
This commit is contained in:
parent
4537e0b6d7
commit
68eac9c53c
@ -12,7 +12,7 @@ sealed class Arch(val name: String) {
|
||||
companion object : ArchFinder by JvmArchFinder() {
|
||||
private val DefinedArchStrings = mapOf(
|
||||
X64 to listOf(
|
||||
"amd64", "x64"
|
||||
"amd64", "x64", "x86_64"
|
||||
),
|
||||
Arm64 to listOf(
|
||||
"arm64", "aarch64"
|
||||
|
Loading…
x
Reference in New Issue
Block a user