Skip to content

Commit

Permalink
Add font_fallback.xml into FILES (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
123Duo3 committed Mar 23, 2024
1 parent dd19583 commit 82cecdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ elif magisk magiskhide ls &>/dev/null; then
CMDPREFIX="magisk magiskhide exec"
fi
} || unset CMDPREFIX
FILES="fonts.xml fonts_base.xml"
FILES="fonts.xml fonts_base.xml font_fallback.xml"
FILECUSTOM=fonts_customization.xml
FILEPATHS="/system/etc/ /system_ext/etc/"
for FILE in $FILES
Expand Down

0 comments on commit 82cecdd

Please sign in to comment.