summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2018-08-09 23:29:34 +0200
committerLucas Hoffmann <l-m-h@web.de>2018-08-09 23:30:31 +0200
commit0c2df3e2a59aa371ce32dddf6e464c358b679cf6 (patch)
treebf994005669a9fdf46c87bac6d0305af9a2ada75 /build.sh
parent665c2dc2a6ceb210497e0f50bd669567138d1daf (diff)
downloadvdebug-0c2df3e2a59aa371ce32dddf6e464c358b679cf6.zip
Pack python3 instead of pythonx in the tarball
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e403d36..f279be3 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
#!/bin/bash
version=`cat VERSION`
echo "Building vdebug version $version"
-tar -cvzf vdebug-$version.tar.gz doc plugin pythonx syntax CHANGELOG LICENCE README.md VERSION
+tar -cvzf vdebug-$version.tar.gz doc plugin python3 syntax CHANGELOG LICENCE README.md VERSION