Skip to content

Commit 2922ced

Browse files
committed
Pack HEAD
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
1 parent c389d72 commit 2922ced

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
@@ -17,7 +17,7 @@ bootstraper:
1717
rm -rf $(NAME)
1818

1919
$(ZIP_FILE):
20-
git archive --format zip --prefix $(NAME)/ --output $(ZIP_FILE) $(GIT_VERSION)
20+
git archive --format zip --prefix $(NAME)/ --output $(ZIP_FILE) HEAD
2121
mkdir -p $(NAME)/resources/bin
2222
ln -s `pwd`/addon.xml $(NAME)
2323
zip -9 -r -g $(ZIP_FILE) $(NAME)/addon.xml

0 commit comments

Comments
 (0)