Skip to content

Commit 9a85a21

Browse files
committed
repo_wide: moving repo.json to module/common
1 parent 1667481 commit 9a85a21

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"KernelSU",
1111
"Magisk",
1212
"Built Different",
13-
"Protection"
13+
"Protection",
14+
"WebUI"
1415
],
1516
"require": [],
1617
"screenshots": [],

module/customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ REPLACE=""
22
DO_WE_HAVE_ANYTHING_TO_EXTRACT=true
33
DO_WE_REALLY_NEED_ADDONS=false
44
SKIPUNZIP=1
5-
for i in "common/functions.sh" "common/install.sh"; do
5+
for i in "common/functions.sh" "common/install.sh" common/repo.json"; do
66
unzip -qjo "$ZIPFILE" $i -d $TMPDIR || abort "- Failed to unpack module resources, please try again"
77
done
88
source $TMPDIR/functions.sh

0 commit comments

Comments
 (0)