mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 19:51:30 +03:00
Updated name of arm64 TwitchDownloaderCLI asset
This commit is contained in:
@@ -13,8 +13,8 @@ machine = platform.machine()
|
|||||||
# https://stackoverflow.com/questions/45125516/possible-values-for-uname-m
|
# https://stackoverflow.com/questions/45125516/possible-values-for-uname-m
|
||||||
MACHINES_TO_ZIP = OrderedDict([
|
MACHINES_TO_ZIP = OrderedDict([
|
||||||
("x86_64", "Linux-x64"),
|
("x86_64", "Linux-x64"),
|
||||||
("aarch64", "LinuxArm-x64"),
|
("aarch64", "LinuxArm64"),
|
||||||
("armv8", "LinuxArm-x64"),
|
("armv8", "LinuxArm64"),
|
||||||
("arm", "LinuxArm"),
|
("arm", "LinuxArm"),
|
||||||
("AMD64", "Windows-x64")
|
("AMD64", "Windows-x64")
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user