Skip to content

Commit cb9fa4c

Browse files
committed
repo_wide: move repo.json to /module/common (test end)
1 parent 02670b4 commit cb9fa4c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

module/module.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ author=ZG089
66
description=Protecting your device from ads, Malware, p*rn, and more :)
77
updateJson=https://raw.githubusercontent.com/ZG089/Re-Malwack/main/update.json
88
support=https://t.me/Re_Malwack
9-
donate=https://buymeacoffee.com/zg089
9+
donate=https://buymeacoffee.com/zg089

0 commit comments

Comments
 (0)