Skip to content

Commit

Permalink
build script displays v2x version when building
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed May 9, 2020
1 parent 11ba334 commit 14f7f34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 14f7f34

Please sign in to comment.