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 aeeda38 commit e0f7b60Copy full SHA for e0f7b60
build.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
version=`cat VERSION`
3
echo "Building vdebug version $version"
4
-tar -cvzf vdebug-$version.tar.gz doc/Vdebug.txt plugin syntax tests CHANGELOG LICENCE README.md VERSION
+tar -cvzf vdebug-$version.tar.gz doc plugin pythonx syntax CHANGELOG LICENCE README.md VERSION
0 commit comments