feat(installer): apk signing and installation

This commit is contained in:
Ax333l
2023-05-20 12:14:30 +02:00
parent 762bfa8514
commit 52ab7937bd
13 changed files with 201 additions and 16 deletions

View File

@@ -62,6 +62,10 @@
<string name="app_not_supported">Some of the patches do not support this app version (%s). The patches only support the following versions: %s.</string>
<string name="installer">Installer</string>
<string name="install_app">Install</string>
<string name="export_app">Export</string>
<string name="export_app_success">Apk exported</string>
<string name="sign_fail">Failed to sign Apk: %s</string>
<string name="patcher_step_group_prepare">Preparation</string>
<string name="patcher_step_unpack">Unpack Apk</string>