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

Commit

Permalink
* Magisk 模块兼容性提升
Browse files Browse the repository at this point in the history
  • Loading branch information
eritpchy committed Oct 2, 2020
1 parent e32f00d commit 9fcf9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/magisk_module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ rm -f "$RIRU_MODULE_PATH/module.prop.new"
extract "$ZIPFILE" 'riru/module.prop.new' "$RIRU_MODULE_PATH" true
set_perm "$RIRU_MODULE_PATH/module.prop.new" 0 0 0600

cp -f "$RIRU_MODULE_PATH/module.prop.new" "$RIRU_MODULE_PATH/module.prop"

# set permissions
ui_print "- Setting permissions"
set_perm_recursive "$MODPATH" 0 0 0755 0644
Empty file modified template/magisk_module/riru.sh
100644 → 100755
Empty file.

0 comments on commit 9fcf9f6

Please sign in to comment.