Skip to content

Commit 54d6835

Browse files
committed
zip: only add the required files
No need to add .git and README into the zip file.
1 parent b47dc8d commit 54d6835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ endif
3030

3131
zip:
3232
rm -f ../ddroid-$(TIMESTAMP).zip
33-
zip -qr ../ddroid-$(TIMESTAMP).zip .
33+
zip -qr ../ddroid-$(TIMESTAMP).zip META-INF install system .safestrapped
3434
echo "Zipped up ../ddroid-$(TIMESTAMP).zip, now run make push"
3535

3636
push: zip

0 commit comments

Comments
 (0)