Skip to content

Commit

Permalink
🐷
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Nov 15, 2023
1 parent dfd69e4 commit 8588334
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ else
fi

cd $SHDIR
mkdir -p output
cp -rf module $TEMPDIR
mkdir $TEMPDIR/zygisk
rm -rf $TEMPDIR
mkdir -p $TEMPDIR
cp -rf module/* $TEMPDIR/
mkdir -p $TEMPDIR/zygisk

set -e

Expand Down

0 comments on commit 8588334

Please sign in to comment.