Corrected path to binary.

This commit is contained in:
Michel Kaporin 2017-05-22 16:04:33 +02:00
parent 7e6fb9ffab
commit 75621d237d

View file

@ -24,11 +24,11 @@ if (-Not (Test-Path node_modules)) {
}
# Configure environment variables
$env:VSCODE_LATEST_PATH = "$Root\VSCode-win32-$arch"
$env:VSCODE_LATEST_PATH = "$Root\VSCode-win32-$arch\Code - OSS.exe"
# $env:VSCODE_STABLE_PATH = $stable
$env:SMOKETEST_REPO = "..\vscode-smoketest-express"
if ($latest.Contains('Insiders')) {
if ($env:VSCODE_LATEST_PATH.Contains('Insiders')) {
$env:VSCODE_EDITION = 'insiders'
}