fix minor bug in ffmpeg mingw script shell

This commit is contained in:
Martin Eesmaa 2022-12-07 23:46:13 +11:00 committed by GitHub
parent 9a2278d21c
commit 1fd81eefd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
echo Updating & upgrading MSYS2 packages... if system core update requires reboot this application, please run this script again after being updated. echo Updating and upgrading MSYS2 packages... if system core update requires reboot this application, please run this script again after being updated.
pacman -Syu pacman -Syu
echo Installing MSYS2 packages... echo Installing MSYS2 packages...
pacman -S python nasm $MINGW_PACKAGE_PREFIX-{toolchain,cmake,autotools,meson,ninja} pacman -S python nasm $MINGW_PACKAGE_PREFIX-{toolchain,cmake,autotools,meson,ninja}