]> jfr.im git - yt-dlp.git/commit
make_win.bat: don't use UPX to pack vcruntime140.dll
authorJody Bruchon <redacted>
Thu, 12 Nov 2020 22:03:39 +0000 (17:03 -0500)
committerJody Bruchon <redacted>
Thu, 12 Nov 2020 22:03:39 +0000 (17:03 -0500)
commit63c00011d4ad59b37b08929ce413eb9506ac7150
treecef5223e4b108281d0f334a517411ffa78f2e271
parentd052b9a112fb7ae749a829dceba6e3289663a303
make_win.bat: don't use UPX to pack vcruntime140.dll

If UPX is available in the PATH, then without this option,
make_win.bat will corrupt the DLL and the built executable will
be unusable.
make_win.bat