removed vlc binaries
Some checks failed
sgraves/cpp-build-system_mac/pipeline/head Build queued...
sgraves/cpp-build-system/pipeline/head There was a failure building this commit

This commit is contained in:
2025-12-13 11:05:09 -06:00
parent 6308348e16
commit 9380fa6046
759 changed files with 15 additions and 59057 deletions

View File

@@ -113,6 +113,11 @@ function sync_common() {
rsync -avh --delete --progress support/ "${DEST_DIR}/support/" ||
error_exit "failed to copy support/" 1
pushd "${DEST_DIR}/support/3rd_party/mingw64"
7z x vlc-${PROJECT_VERSIONS[VLC]}-win64.7z || error_exit "failed to extract: vlc-${PROJECT_VERSIONS[VLC]}-win64.7z" 1
mv vlc-${PROJECT_VERSIONS[VLC]} ../vlc
popd
}
function sync_create() {