Skip to content

Commit 3c26a26

Browse files
committed
build to visko_site
1 parent 7793f06 commit 3c26a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ find . -name "*.py~" -exec rm -rf {} \;
55
find . -name "__pycache__" -exec rm -rf {} \;
66

77
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
8+
tar -zcvf dist/visko_site-${VISKO_VERSION}.tar.gz visko_site manage.py requirements.txt LICENSE.txt README.md

0 commit comments

Comments
 (0)