Skip to content

Commit

Permalink
main.sh: Remove KernelSU version
Browse files Browse the repository at this point in the history
It's redundant since already available in the release's description
  • Loading branch information
silvzr authored May 19, 2024
1 parent efe190b commit 2845b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ cp $DTBO .
# Archive
mkdir -p $WORKDIR/out
if [[ $KSU_ENABLED == "true" ]]; then
ZIP_NAME="$KERNEL_NAME-$KERNEL_VERSION-$KERNEL_BRANCH-KSU$KERNELSU_VERSION.zip"
ZIP_NAME="$KERNEL_NAME-$KERNEL_VERSION-$KERNEL_BRANCH-KSU.zip"
else
ZIP_NAME="$KERNEL_NAME-$KERNEL_VERSION-$KERNEL_BRANCH-NonKSU.zip"
fi
Expand Down

0 comments on commit 2845b59

Please sign in to comment.