We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d7412 commit 86e69eeCopy full SHA for 86e69ee
.github/workflows/build.yml
@@ -152,6 +152,11 @@ jobs:
152
patch -p1 --forward < ksun_susfs_latest.patch || true
153
fi
154
155
+ curl -Ls https://github.com/backslashxx/mojito_krenol/commit/0df9b96dcb3836e6e85f83839a95af71d7130e84.patch \
156
+ | sed -e 's|a/drivers/kernelsu/core_hook.c|a/kernel/core_hook.c|' \
157
+ -e 's|b/drivers/kernelsu/core_hook.c|b/kernel/core_hook.c|' \
158
+ | patch -p1 -F 3
159
+
160
# Determine base version based on branch
161
if [ "${{ inputs.ksun_branch }}" == "stable" ]; then
162
BASE_VERSION=10200
0 commit comments