Skip to content

Commit 14f7f34

Browse files
committed
build script displays v2x version when building
1 parent 11ba334 commit 14f7f34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ $SCRIPT_VERSION = "1.0.1"
2222
$VIDEO2X_VERSION = $args[0]
2323

2424
Write-Host -ForegroundColor White "Video2X Building Script Version $($SCRIPT_VERSION)
25-
Starting to build Video2X release packages"
25+
Starting to build Video2X release packages
26+
Building Video2X release $($VIDEO2X_VERSION)"
2627

2728
# build Video2X CLI
2829
Write-Host -ForegroundColor White "`nBuilding Video2X CLI"

0 commit comments

Comments
 (0)