copyparty/scripts/pyinstaller
2023-02-10 18:37:37 +00:00
..
build.sh support long filepaths on win7 + misc windows fixes 2023-02-10 18:37:37 +00:00
deps.sha512 x32/x64-agnostic exe builder 2022-10-30 18:35:27 +00:00
deps.txt x32/x64-agnostic exe builder 2022-10-30 18:35:27 +00: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 add pyinstaller 2022-09-19 00:59:54 +02:00
loader.py exe: survive ascii locales 2022-12-07 21:35:53 +00:00
loader.rc add pyinstaller 2022-09-19 00:59:54 +02:00
notes.txt x32/x64-agnostic exe builder 2022-10-30 18:35:27 +00:00
README.md mention how ffmpeg was built 2022-09-24 00:05:47 +02:00

builds a fully standalone copyparty.exe 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

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