Skip to content

Commit 84e9537

Browse files
committed
update create-xdc.sh
1 parent 151fff9 commit 84e9537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-xdc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ case "$1" in
1414
esac
1515

1616
rm $PACKAGE_NAME.xdc 2> /dev/null
17-
zip -9 --recurse-paths $PACKAGE_NAME.xdc * --exclude README.md webxdc.js "*.sh" "*.xdc" "*.py" "*.project"
17+
zip -9 --recurse-paths $PACKAGE_NAME.xdc * --exclude README.md LICENSE webxdc.js "*.sh" "*.xdc" "*.py" "*.project"
1818

1919
echo "success, archive contents:"
2020
unzip -l $PACKAGE_NAME.xdc

0 commit comments

Comments
 (0)