Skip to content

Commit ee96540

Browse files
authored
Update build-module.sh
1 parent e229ec4 commit ee96540

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build-module.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ cp ../target/aarch64-linux-android/release/mmrl system/bin/mmrl
4848

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

51+
# convert files before zipping
52+
dos2unix *.sh
53+
5154
zip -r "../target/$FILE_NAME" ./* -x "system/bin/placeholder"
5255

53-
rm -rf "system/bin/mmrl" "CHANGELOG.md"
56+
rm -rf "system/bin/mmrl" "CHANGELOG.md"

0 commit comments

Comments
 (0)