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

1
.github/tg.py vendored
View File

@ -19,3 +19,4 @@ Signed-off-by: {data['commit']['author']['name']}
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-debug.apk', 'rb'))