mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-05 21:11:39 +09:00
Update build.yml
This commit is contained in:
parent
7b7e9ab49e
commit
e33e32a15d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
|||||||
- name: LSPatch
|
- name: LSPatch
|
||||||
if: github.event.inputs.release == 'true'
|
if: github.event.inputs.release == 'true'
|
||||||
run: |
|
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..."
|
echo "Patching $file..."
|
||||||
java -jar lspatch.jar "$file" -m "${{ env.repo }}-${{ env.version }}.apk" -l 2 -v
|
java -jar lspatch.jar "$file" -m "${{ env.repo }}-${{ env.version }}.apk" -l 2 -v
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user