Files
copyparty/scripts/pyinstaller/README.md

15 lines
594 B
Markdown
Raw Normal View History

2023-03-07 22:58:14 +00:00
builds copyparty32.exe, fully standalone, compatible with 32bit win7-sp1 and later
2022-09-19 00:59:54 +02:00
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
2023-03-07 22:58:14 +00:00
copyparty.exe is built by a win10-ltsc-2021 vm with similar setup
2022-09-19 00:59:54 +02:00
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
2022-09-24 00:05:47 +02:00
## ffmpeg
built with [ffmpeg-windows-build-helpers](https://github.com/rdp/ffmpeg-windows-build-helpers) and [this patch](./ffmpeg.patch) using [these steps](./ffmpeg.txt)