Changed executable name.

This commit is contained in:
Michel Kaporin
2017-05-26 12:56:23 +02:00
parent 75621d237d
commit 29c5b3bbda
+1 -1
View File
@@ -24,7 +24,7 @@ if (-Not (Test-Path node_modules)) {
}
# Configure environment variables
$env:VSCODE_LATEST_PATH = "$Root\VSCode-win32-$arch\Code - OSS.exe"
$env:VSCODE_LATEST_PATH = "$Root\VSCode-win32-$arch\Code - Insiders.exe"
# $env:VSCODE_STABLE_PATH = $stable
$env:SMOKETEST_REPO = "..\vscode-smoketest-express"