1
0

fix typo, update workflow, update README

This commit is contained in:
chinosk 2024-06-14 23:02:31 +08:00 committed by Natsu
parent 6d9e581d61
commit 18bafa8140
Signed by: NatsumeLS
GPG Key ID: 6DB67FB460CF46C6
2 changed files with 12 additions and 1 deletions

View File

@ -37,6 +37,11 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v4
with:
name: GakumasLocalify-Unsigned-apk
path: app/build/outputs/apk/debug/app-debug.apk
- uses: ilharp/sign-android-release@v1
name: Sign app APK
id: sign_app
@ -50,5 +55,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: GakumasLocalify
name: GakumasLocalify-Signed-apk
path: ${{steps.sign_app.outputs.signedFile}}

View File

@ -30,6 +30,12 @@ You can download the latest build from the GitHub Actions artifacts.
- The `local-files/resource` folder stores resource files. Currently, all txt files with the same name can be replaced.
- To obtain the original game resources, Check [gkmasToolkit](https://github.com/kishidanatsumi/gkmasToolkit)
# Translation Contributors
<a href="https://github.com/NatsumeLS/Gakumas-Translation-Data-EN">
<img src="https://contrib.rocks/image?repo=NatsumeLS/Gakumas-Translation-Data-EN" />
</a>
# Special Thanks
- [gakuen-imas-localify](https://github.com/chinosk6/gakuen-imas-localify)