From 8fc796e82d9f2110091e3a3fcd3f5f025d641071 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Thu, 6 Feb 2014 18:42:05 +0100 Subject: makerelease: Update Signed-off-by: Michael Buesch --- makerelease.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makerelease.sh b/makerelease.sh index e46928f..c19998f 100755 --- a/makerelease.sh +++ b/makerelease.sh @@ -30,7 +30,7 @@ hook_testbuild() done } -hook_pre_tarball() +hook_pre_archives() { # Build the hex file before packing the tarball. default_hook_testbuild "$2"/firmware/ @@ -47,5 +47,5 @@ hook_pre_tarball() } project=moistcontrol -default_compress=zip +default_archives=zip makerelease "$@" -- cgit v1.2.3