mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-22 11:00:16 +10:00
8 lines
125 B
Bash
Executable File
8 lines
125 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 |