mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-22 02:50:14 +10:00
8 lines
129 B
Bash
8 lines
129 B
Bash
#!/bin/bash
|
|
|
|
rm -rf VSCode*
|
|
rm -rf vscode
|
|
|
|
. get_repo.sh
|
|
|
|
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=windows VSCODE_ARCH=x64 . build.sh |