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 d42e06f commit a26aeb9Copy full SHA for a26aeb9
submit.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
-zip -r ithril.zip src tests haxelib.json LICENSE.txt README.md -x "*/\.*"
+zip -r ithril.zip src tests examples haxelib.json LICENSE.txt README.md -x "*/\.*"
3
haxelib submit ithril.zip
4
-rm ithril.zip 2> /dev/null
+rm ithril.zip 2> /dev/null
0 commit comments