We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151fff9 commit 84e9537Copy full SHA for 84e9537
create-xdc.sh
@@ -14,7 +14,7 @@ case "$1" in
14
esac
15
16
rm $PACKAGE_NAME.xdc 2> /dev/null
17
-zip -9 --recurse-paths $PACKAGE_NAME.xdc * --exclude README.md webxdc.js "*.sh" "*.xdc" "*.py" "*.project"
+zip -9 --recurse-paths $PACKAGE_NAME.xdc * --exclude README.md LICENSE webxdc.js "*.sh" "*.xdc" "*.py" "*.project"
18
19
echo "success, archive contents:"
20
unzip -l $PACKAGE_NAME.xdc
0 commit comments