This commit is contained in:
ed
2022-09-26 22:37:54 +02:00
parent b299aaed93
commit d0bb1ad141
4 changed files with 23 additions and 3 deletions

View File

@@ -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 && {