Skip to content

Commit 87cb923

Browse files
committed
tree: Tidy up
Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
1 parent 8f94790 commit 87cb923

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/scripts/compile_zip.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ release_code="$(git rev-list HEAD --count)-$(git rev-parse --short HEAD)-release
1515
sed -i "s/version=.*/version=$version ($release_code)/" module/module.prop
1616
sed -i "s/versionCode=.*/versionCode=$version_code/" module/module.prop
1717

18-
# Compile Gamelist
19-
bash gamelist_compile.sh
20-
2118
# Copy module files
2219
cp -r ./src/libs module
2320
cp -r ./src/scripts/* module/system/bin

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Encore Zip
1+
name: Build Module Zip
22

33
on:
44
workflow_dispatch:

module/customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)