Removed redundant package/build commands.

This commit is contained in:
Joseph Lenox 2017-05-29 20:04:02 -05:00
parent ae42e924ab
commit 1be266c6b7

View File

@ -20,8 +20,3 @@ if ($LastExitCode -ne 0) {
$host.SetShouldExit($LastExitCode)
exit
}
Add-AppveyorCompilationMessage -Message "Making ZIP package"
cd package/win
./compile_wrapper.ps1 524| Write-Output
./package_win32.ps1 524| Write-Output