]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - build_deb.sh
Merge branch 'develop' of github.com:micahflee/torbrowser-launcher into develop
[torbrowser-launcher.git] / build_deb.sh
index ed2d7631f76a705e49734d2d6b09557f4fee16a9..0829dea14ce333857fc4597cb250b183352c1e0a 100755 (executable)
@@ -3,10 +3,10 @@
 VERSION=`cat share/torbrowser-launcher/version`
 
 # clean up from last build
-rm -r deb_dist
+rm -r build deb_dist
 
 # build binary package
-python setup.py --command-packages=stdeb.command bdist_deb
+python3 setup.py --command-packages=stdeb.command bdist_deb
 
 # install it
 echo ""