fixed another bug for missing answer text

This commit is contained in:
Martin Eesmaa 2022-10-24 23:10:21 +11:00 committed by GitHub
parent be7623bd7e
commit 4ad2817f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ goto start
cls
title FFmpeg VVDec support
echo Hello, would you like to download FFmpeg VVDec support? Y/N?
set /p vvcnow0
set /p vvcnow0=Answer:
if %vvcnow0% == Y goto installvvdecffmpegnow
if %vvcnow0% == N goto start
if %vvcnow0% == y goto installvvdecffmpegnow