File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ release_code="$(git rev-list HEAD --count)-$(git rev-parse --short HEAD)-release
15
15
sed -i " s/version=.*/version=$version ($release_code )/" module/module.prop
16
16
sed -i " s/versionCode=.*/versionCode=$version_code /" module/module.prop
17
17
18
- # Compile Gamelist
19
- bash gamelist_compile.sh
20
-
21
18
# Copy module files
22
19
cp -r ./src/libs module
23
20
cp -r ./src/scripts/* module/system/bin
Original file line number Diff line number Diff line change 1
- name : Build Encore Zip
1
+ name : Build Module Zip
2
2
3
3
on :
4
4
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [ "$KSU" = "true" ] || [ "$APATCH" = "true" ]; then
13
13
manager_paths=" /data/adb/ap/bin /data/adb/ksu/bin"
14
14
for dir in $manager_paths ; do
15
15
if [ -d " $dir " ]; then
16
- echo " [+] creating symlink in $dir "
16
+ echo " - creating symlink in $dir "
17
17
ln -sf /data/adb/modules/net-switch/system/bin/netswitch " $dir /netswitch"
18
18
fi
19
19
done
You can’t perform that action at this time.
0 commit comments