mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 23:58:11 +00:00
build script displays v2x version when building
This commit is contained in:
parent
11ba334f16
commit
14f7f34ee3
@ -22,7 +22,8 @@ $SCRIPT_VERSION = "1.0.1"
|
|||||||
$VIDEO2X_VERSION = $args[0]
|
$VIDEO2X_VERSION = $args[0]
|
||||||
|
|
||||||
Write-Host -ForegroundColor White "Video2X Building Script Version $($SCRIPT_VERSION)
|
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
|
# build Video2X CLI
|
||||||
Write-Host -ForegroundColor White "`nBuilding Video2X CLI"
|
Write-Host -ForegroundColor White "`nBuilding Video2X CLI"
|
||||||
|
Loading…
Reference in New Issue
Block a user