mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
v1.7.1
This commit is contained in:
parent
0ea8bb7c83
commit
deca082623
9 changed files with 47 additions and 7 deletions
|
@ -148,7 +148,7 @@ while IFS= read -r x; do
|
|||
done
|
||||
|
||||
rm -rf contrib
|
||||
[ $fast ] && sed -ri s/5730/10/ copyparty/web/Makefile
|
||||
[ $fast ] && sed -ri s/573/10/ copyparty/web/Makefile
|
||||
(cd copyparty/web && make -j$(nproc) && rm Makefile)
|
||||
|
||||
# build
|
||||
|
@ -156,3 +156,5 @@ python3 -m build
|
|||
|
||||
[ "$mode" == t ] && twine upload -r pypitest dist/*
|
||||
[ "$mode" == u ] && twine upload -r pypi dist/*
|
||||
|
||||
true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue