fix typo, update workflow, update README
This commit is contained in:
parent
6d9e581d61
commit
18bafa8140
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -37,6 +37,11 @@ jobs:
|
|||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
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
|
- uses: ilharp/sign-android-release@v1
|
||||||
name: Sign app APK
|
name: Sign app APK
|
||||||
id: sign_app
|
id: sign_app
|
||||||
@ -50,5 +55,5 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: GakumasLocalify
|
name: GakumasLocalify-Signed-apk
|
||||||
path: ${{steps.sign_app.outputs.signedFile}}
|
path: ${{steps.sign_app.outputs.signedFile}}
|
||||||
|
@ -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.
|
- 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)
|
- 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
|
# Special Thanks
|
||||||
|
|
||||||
- [gakuen-imas-localify](https://github.com/chinosk6/gakuen-imas-localify)
|
- [gakuen-imas-localify](https://github.com/chinosk6/gakuen-imas-localify)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user