From 735d63c5d8ffd2d4449d4317fdfbee819fc71795 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 18 May 2017 16:49:45 +0200 Subject: [PATCH] tfs: remove bad arch --- build/gulpfile.vscode.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index d4effb3d819..f91e140fd96 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -199,7 +199,6 @@ function packageTask(platform, arch, opts) { const destination = path.join(path.dirname(root), 'VSCode') + (platform ? '-' + platform : '') + (arch ? '-' + arch : ''); platform = platform || process.platform; - arch = platform === 'win32' ? 'ia32' : arch; return () => { const out = opts.minified ? 'out-vscode-min' : 'out-vscode';