Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 5d7b449

Browse files
committed
* Magisk 模块兼容性提升
1 parent 551a816 commit 5d7b449

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/magisk_module/customize.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ rm -f "$RIRU_MODULE_PATH/module.prop.new"
6363
extract "$ZIPFILE" 'riru/module.prop.new' "$RIRU_MODULE_PATH" true
6464
set_perm "$RIRU_MODULE_PATH/module.prop.new" 0 0 0600
6565

66+
cp -f "$RIRU_MODULE_PATH/module.prop.new" "$RIRU_MODULE_PATH/module.prop"
67+
6668
# set permissions
6769
ui_print "- Setting permissions"
6870
set_perm_recursive "$MODPATH" 0 0 0755 0644

0 commit comments

Comments
 (0)