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
1515sed -i " s/version=.*/version=$version ($release_code )/" module/module.prop
1616sed -i " s/versionCode=.*/versionCode=$version_code /" module/module.prop
1717
18- # Compile Gamelist
19- bash gamelist_compile.sh
20-
2118# Copy module files
2219cp -r ./src/libs module
2320cp -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
22
33on :
44 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [ "$KSU" = "true" ] || [ "$APATCH" = "true" ]; then
1313 manager_paths=" /data/adb/ap/bin /data/adb/ksu/bin"
1414 for dir in $manager_paths ; do
1515 if [ -d " $dir " ]; then
16- echo " [+] creating symlink in $dir "
16+ echo " - creating symlink in $dir "
1717 ln -sf /data/adb/modules/net-switch/system/bin/netswitch " $dir /netswitch"
1818 fi
1919 done
You can’t perform that action at this time.
0 commit comments