Skip to content

Commit 3279108

Browse files
committed
explicit definition of .zip in makefile
1 parent c61c521 commit 3279108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ build-all: test
4040
package: build-all
4141
@echo "--> Packaging application"
4242
@for arch in ${BUILD_ARCHS}; do \
43-
zip -vj build/zip/${APP_NAME}-${VERSION}-$${arch} build/bin/$${arch}/${VERSION}/${APP_NAME} ; \
43+
zip -vj build/zip/${APP_NAME}-${VERSION}-$${arch}.zip build/bin/$${arch}/${VERSION}/${APP_NAME} ; \
4444
done
4545

4646
release: package

0 commit comments

Comments
 (0)