Fix setup exe path

This commit is contained in:
Jaex 2017-05-29 16:48:27 +03:00
parent 3a2287e117
commit c123007f58

View file

@ -10,6 +10,6 @@ if ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null)
}
elseif ($env:CONFIGURATION -eq "WindowsStore")
{
& "ShareX.Setup\bin\Release\ShareX.Setup.exe" -AppVeyorWindowsStore
& "ShareX.Setup\bin\WindowsStore\ShareX.Setup.exe" -AppVeyorWindowsStore
}
}