ReAdd X86 Arch

This commit is contained in:
XelXen 2022-06-13 11:22:22 +05:30 committed by GitHub
parent 0aa12a2fff
commit fc361a59e6
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'))