Skip to content

Commit 820a1c0

Browse files
committed
Update
1 parent fd56ae0 commit 820a1c0

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

app/src/main/assets/module/ZADD/patch_rom/addon.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ id=patch_rom
44
name=Patch ROM
55
author=Kakathic
66
description=Quick ROM patch
7-
version=2.0
8-
versionCode=120
7+
version=2.1
8+
versionCode=121
99
root=false
1010

1111
# language
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
Update log:
33

4+
2.1: Fix bug
45
2.0: Add some code validation commands
56
1.9: Remove Kaorios Tool Box
67
1.8: Fix the settings error that causes the app to crash

app/src/main/assets/module/ZADD/patch_rom/index.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ echo '<?xml version="1.0" encoding="UTF-8" ?>
1616
<param name="rw_rom" label="'$label_rw_rom'" desc="'$string_text_2': vendor, mi_ext, system, system_ext, product, vendor_boot" type="bool" />
1717
<param name="delete_gms" label="'$label_delete_gms'" desc="'$string_text_2': product" type="bool" />
1818
<param name="home_poco" label="'$label_home_poco'" desc="'$desc_home_poco', system_ext, system" type="bool" />
19-
<set>'$pathsh' custom_patch</set>
19+
<set>
20+
'$pathsh' custom_patch
21+
</set>
2022
</action>
2123
</group>
2224

0 commit comments

Comments
 (0)