mirror of
https://github.com/VSCodium/vscodium.git
synced 2025-01-02 06:02:26 +03:00
8 lines
125 B
Bash
8 lines
125 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf VSCode*
|
||
|
rm -rf vscode
|
||
|
|
||
|
. get_repo.sh
|
||
|
|
||
|
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=osx VSCODE_ARCH=x64 . build.sh
|