removed vlc binaries
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user