Fix typos and cleanup

This commit is contained in:
Dimitris Apostolou
2018-11-17 23:06:55 +02:00
committed by GitHub
parent dd70553ae6
commit 472fe18af1
7 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
# Unified build script for windows, linux and mac builder. Run on a windows machine inside powershell.
# Unified build script for Windows, Linux and Mac builder. Run on a Windows machine inside powershell.
param (
[Parameter(Mandatory=$true)][string]$version,
[Parameter(Mandatory=$true)][string]$prev,
@@ -49,4 +49,4 @@ if (! (Test-Path ./artifacts/linux-zec-qt-wallet-v$version.tar.gz) -or
Write-Host "[Error]"
exit 1;
}
Write-Host "[OK]"
Write-Host "[OK]"