mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
fix exe builder
This commit is contained in:
parent
b0cc396bca
commit
f6c6fbc223
2 changed files with 10 additions and 5 deletions
|
@ -30,6 +30,9 @@ if possible, for performance and security reasons, please use this instead:
|
|||
https://github.com/9001/copyparty/releases/latest/download/copyparty-sfx.py
|
||||
"""
|
||||
|
||||
if sys.maxsize > 2 ** 32:
|
||||
v = v.replace("32-bit", "64-bit")
|
||||
|
||||
try:
|
||||
print(v.replace("\n", "\n▒▌ ")[1:] + "\n")
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue