mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-20 23:41:36 +03:00
9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/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
|