v1.4.3
This commit is contained in:
@@ -224,7 +224,6 @@ tmpdir="$(
|
||||
|
||||
# remove type hints before build instead
|
||||
(cd copyparty; "$pybin" ../../scripts/strip_hints/a.py; rm uh)
|
||||
}
|
||||
|
||||
f=../build/mit.txt
|
||||
[ -e $f ] ||
|
||||
@@ -266,6 +265,8 @@ while IFS= read -r x; do
|
||||
printf "%${p}s\033[07m%s\033[0m\n" "" "$x"
|
||||
done > copyparty/res/COPYING.txt
|
||||
|
||||
}
|
||||
|
||||
ver=
|
||||
[ -z "$repack" ] &&
|
||||
git describe --tags >/dev/null 2>/dev/null && {
|
||||
|
||||
Reference in New Issue
Block a user