Cleanup scripts

This commit is contained in:
adityapk00
2018-11-25 13:40:55 -08:00
parent e077a4e13b
commit 83248f5514
3 changed files with 25 additions and 21 deletions

View File

@@ -57,9 +57,9 @@ if (!$?) {
exit 1;
}
New-Item artifacts -itemtype directory -Force | Out-Null
scp ${server}:/tmp/zqwbuild/artifacts/* artifacts/ | Out-Null
scp -r ${server}:/tmp/zqwbuild/release . | Out-Null
New-Item artifacts -itemtype directory -Force | Out-Null
scp ${server}:/tmp/zqwbuild/artifacts/* artifacts/ | Out-Null
scp -r ${server}:/tmp/zqwbuild/release . | Out-Null
Write-Host -NoNewline "Building Installer....."
src/scripts/mkwininstaller.ps1 -version $version 2>&1 | Out-Null