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 7793f06 commit 3c26a26Copy full SHA for 3c26a26
build.sh
@@ -5,4 +5,4 @@ find . -name "*.py~" -exec rm -rf {} \;
5
find . -name "__pycache__" -exec rm -rf {} \;
6
7
VISKO_VERSION=`python3 -m visko version -s`
8
-tar -zcvf dist/visko-${VISKO_VERSION}.tar.gz visko_site manage.py requirements.txt LICENSE.txt README.md
+tar -zcvf dist/visko_site-${VISKO_VERSION}.tar.gz visko_site manage.py requirements.txt LICENSE.txt README.md
0 commit comments