mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
7 lines
157 B
Bash
Executable File
7 lines
157 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
yarn gulp "vscode-linux-$VSCODE_ARCH-min"
|
|
|
|
if [[ "$VSCODE_ARCH" != "ia32" ]]; then
|
|
yarn gulp vscode-reh-linux-$VSCODE_ARCH-min
|
|
fi |