mirror of
https://github.com/9001/copyparty.git
synced 2026-04-01 21:13:26 +10:00
allow setting lifetimes from up2k ui
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
curl http://192.168.123.1:3923/cpp/scripts/pyinstaller/build.sh |
|
||||
tee build2.sh | cmp build.sh || {
|
||||
tee build2.sh | cmp build.sh && rm build2.sh || {
|
||||
echo "new build script; upgrade y/n:"
|
||||
while true; do read -u1 -n1 -r r; [[ $r =~ [yYnN] ]] && break; done
|
||||
[[ $r =~ [yY] ]] && mv build{2,}.sh && exec ./build.sh
|
||||
|
||||
@@ -6,11 +6,11 @@ this is the EXE edition of copyparty, compatible with Windows7-SP1
|
||||
and later. To make this possible, the EXE was compiled with Python
|
||||
3.7.9, which is EOL and does not receive security patches anymore.
|
||||
|
||||
it is strongly recommended to use the python sfx instead:
|
||||
if possible, for performance and security reasons, please use this instead:
|
||||
https://github.com/9001/copyparty/releases/latest/download/copyparty-sfx.py
|
||||
"""
|
||||
|
||||
print(v.replace("\n", "\n░▌ ")[1:] + "\n")
|
||||
print(v.replace("\n", "\n▒▌ ")[1:] + "\n")
|
||||
|
||||
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user