diff --git a/bin/linux_armv6/torrent2http.size.txt b/bin/linux_armv6/torrent2http.size.txt new file mode 100644 index 0000000..f01a36f --- /dev/null +++ b/bin/linux_armv6/torrent2http.size.txt @@ -0,0 +1 @@ +24522477 \ No newline at end of file diff --git a/bin/linux_armv6/torrent2http.zip b/bin/linux_armv6/torrent2http.zip new file mode 100644 index 0000000..8659f46 Binary files /dev/null and b/bin/linux_armv6/torrent2http.zip differ diff --git a/lib/torrent2http/platform.py b/lib/torrent2http/platform.py index 60498a0..b7ef96d 100644 --- a/lib/torrent2http/platform.py +++ b/lib/torrent2http/platform.py @@ -17,6 +17,8 @@ class Platform: def arch(): if sys.platform.lower().startswith('linux') and (uname()[4].lower().startswith('arm') or uname()[4].lower().startswith('aarch')): + if uname()[4].lower().startswith('armv6'): + return "armv6" return 'arm' elif sys.maxsize > 2**32: return 'x64'