No More GitHub Abuse

This commit is contained in:
Nikhil Badyal
2022-10-25 22:24:51 +05:30
parent 4f50d9d40d
commit 1417fc7da4
3 changed files with 82 additions and 77 deletions
+1 -7
View File
@@ -1,14 +1,8 @@
"""Utilities."""
from typing import Dict
supported_apps = [
default_build = [
"youtube",
"youtube_music",
"twitter",
"reddit",
"tiktok",
"warnwetter",
"spotify",
]
possible_archs = ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]