Files
copyparty/scripts/pyinstaller
ed 91cafc2511 faster startup on windows by asking for ffmpeg.exe explicitly
rather than just "ffmpeg" which makes windows try to open each of
ffmpeg.BAT,CMD,COM,EXE,JS,JSE,MSC,VBE,VBS,WSF,WSH one by one
(ffmpeg.js? hello??)
2023-09-13 23:32:19 +00:00
..
2023-08-26 21:16:30 +00:00
2023-09-08 21:42:05 +00:00
2023-05-07 15:35:56 +00:00
2022-09-21 08:17:26 +02:00
2022-09-21 08:17:26 +02:00
2023-03-07 22:58:14 +00:00
2023-03-12 18:54:16 +00:00
2023-03-07 22:58:14 +00:00
2023-09-08 21:42:05 +00:00
2023-03-07 22:58:14 +00:00
2023-05-07 15:35:56 +00:00
2023-05-07 15:35:56 +00:00
2023-06-10 11:58:58 +00:00
2023-05-07 15:35:56 +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