Merge pull request #487 from LibreTubeAlpha/master

ReAdd X86 Arch
This commit is contained in:
Bnyro 2022-06-13 07:53:28 +02:00 committed by GitHub
commit 9401d93ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.github/tg.py vendored
View File

@ -18,4 +18,5 @@ Signed-off-by: {data['commit']['author']['name']}
''', parse_mode=telegram.ParseMode.MARKDOWN)
bot.send_document(TG_CHAT_ID, open('app-arm64-v8a-debug.apk', 'rb'))
bot.send_document(TG_CHAT_ID, open('app-armeabi-v7a-debug.apk', 'rb'))
bot.send_document(TG_CHAT_ID, open('app-x86_64-debug.apk', 'rb'))
bot.send_document(TG_CHAT_ID, open('app-x86_64-debug.apk', 'rb'))
bot.send_document(TG_CHAT_ID, open('app-x86-debug.apk', 'rb'))