Skip to content

Commit

Permalink
Update build-module.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Jun 8, 2024
1 parent e229ec4 commit ee96540
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ cp ../target/aarch64-linux-android/release/mmrl system/bin/mmrl

FILE_NAME="$NAME-$VER-module-aarch64.zip"

# convert files before zipping
dos2unix *.sh

zip -r "../target/$FILE_NAME" ./* -x "system/bin/placeholder"

rm -rf "system/bin/mmrl" "CHANGELOG.md"
rm -rf "system/bin/mmrl" "CHANGELOG.md"

0 comments on commit ee96540

Please sign in to comment.