copyparty/scripts/pyinstaller
Yaroslav Halchenko 83bc8a4df9 [DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-11-05 20:57:49 -05:00
..
build.sh [DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically 2025-11-05 20:57:49 -05:00
depchk.sh v1.15.4 2024-10-04 23:19:28 +00:00
deps.sha512 v1.19.17 2025-10-17 23:13:50 +00:00
deps.txt [DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically 2025-11-05 20:57:49 -05:00
ffmpeg.patch add ffmpeg build notes 2022-09-21 08:17:26 +02:00
ffmpeg.txt add ffmpeg build notes 2022-09-21 08:17:26 +02:00
icon.sh build up2k.exe 2023-03-07 22:58:14 +00:00
loader.ico v1.19.9 2025-09-15 00:19:24 +00:00
loader.py slightly better pyinstaller loader 2023-11-03 17:09:34 +00:00
loader.rc build up2k.exe 2023-03-07 22:58:14 +00:00
notes.txt v1.19.17 2025-10-17 23:13:50 +00:00
README.md build up2k.exe 2023-03-07 22:58:14 +00:00
up2k.ico copyparty32.exe: english-only 2025-09-19 21:21:44 +00:00
up2k.rc rename up2k.py (client) to u2c.py 2023-05-07 15:35:56 +00:00
up2k.sh [DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically 2025-11-05 20:57:49 -05:00
up2k.spec u2c: remove all deps to become 3x faster on small files 2024-09-22 18:07:36 +00:00
up2k.spec.sh u2c: remove all deps to become 3x faster on small files 2024-09-22 18:07:36 +00:00

builds copyparty32.exe, fully standalone, compatible with 32bit win7-sp1 and later

requires a win7 vm which has never been connected to the internet and a host-only network with the linux host at 192.168.123.1

copyparty.exe is built by a win10-ltsc-2021 vm with similar setup

first-time setup steps in notes.txt

run build.sh in the vm to fetch src + compile + push a new exe to the linux host for manual publishing

ffmpeg

built with ffmpeg-windows-build-helpers and this patch using these steps