PowerToys/Deploy/UpdateGenerator/build.ps1

9 lines
254 B
PowerShell
Raw Normal View History

2015-11-04 11:24:41 +08:00
$path = $env:APPVEYOR_BUILD_FOLDER + "\Deploy\UpdateGenerator"
$current_path = Convert-Path .
Write-Host "Current path: " + $current_path
Write-Host "Target path: " + $path
Set-Location $path
& ".\Wox.UpdateFeedGenerator.exe"
Set-Location $current_path