build script displays v2x version when building

This commit is contained in:
k4yt3x 2020-05-09 01:11:03 -04:00
parent 11ba334f16
commit 14f7f34ee3

View File

@ -22,7 +22,8 @@ $SCRIPT_VERSION = "1.0.1"
$VIDEO2X_VERSION = $args[0]
Write-Host -ForegroundColor White "Video2X Building Script Version $($SCRIPT_VERSION)
Starting to build Video2X release packages"
Starting to build Video2X release packages
Building Video2X release $($VIDEO2X_VERSION)"
# build Video2X CLI
Write-Host -ForegroundColor White "`nBuilding Video2X CLI"