From 7b7e9ab49eeb3479a8eb72d38393ba11697acda8 Mon Sep 17 00:00:00 2001 From: areteruhiro <108941410+areteruhiro@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:20:13 +0900 Subject: [PATCH 1/2] Update build.yml --- .github/workflows/build.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c077e8a..baa9ada 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,10 +74,9 @@ jobs: - name: Download Required APKs if: github.event.inputs.release == 'true' run: | - curl -L -o Original_Universal_ARM.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.14.7.7.3/Original.arm64-v8a.+.armeabi-v7a.LINE_v14.19.1.apk - curl -L -o Original_ARMv7.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.14.7.7.3/original.armeabi-v7a.line-14.19.1.apk - curl -L -o Original_ARM64.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.14.7.7.3/Original.LINE_v14.19.1arm64-v8a.apk - + curl -L -o LINE.15.0.0.arm64-v8a.armeabi-v7a.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.16.10beta/LINE.15.0.0.arm64-v8a.armeabi-v7a.apk + curl -L -o LINE.15.0.0.armeabi-v7a.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.16.10beta/armeabi-v7a-15-0-0.apk + curl -L -o LINE.15.0.0arm64-v8a.apk https://github.com/areteruhiro/LIMEs/releases/download/v1.16.10beta/LINE.15.0.0arm64-v8a.apk - name: Download LSPatch if: github.event.inputs.release == 'true' run: | @@ -129,9 +128,9 @@ jobs: prerelease: false files: | ${{ env.repo }}-${{ env.version }}.apk - Patched_${{ env.version }}_Original_Universal_ARM.apk - Patched_${{ env.version }}_Original_ARMv7.apk - Patched_${{ env.version }}_Original_ARM64.apk + Patched_${{ env.version }}_LINE.15.0.0.arm64-v8a.armeabi-v7a.apk + Patched_${{ env.version }}_LINE.15.0.0.armeabi-v7a.apk + Patched_${{ env.version }}_LINE.15.0.0arm64-v8a.apk body: | # 更新内容 From e33e32a15da098b5b6b5299249fd9e9c9221d9a6 Mon Sep 17 00:00:00 2001 From: areteruhiro <108941410+areteruhiro@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:28:14 +0900 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index baa9ada..cc3dd62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: - name: LSPatch if: github.event.inputs.release == 'true' run: | - for file in Original_Universal_ARM.apk Original_ARMv7.apk Original_ARM64.apk; do + for file in LINE.15.0.0.arm64-v8a.armeabi-v7a.apk LINE.15.0.0.armeabi-v7a.apk LINE.15.0.0arm64-v8a.apk; do echo "Patching $file..." java -jar lspatch.jar "$file" -m "${{ env.repo }}-${{ env.version }}.apk" -l 2 -v