mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-25 12:20:15 +10:00
move build scripts
This commit is contained in:
15
build/build_windows.ps1
Executable file
15
build/build_windows.ps1
Executable file
@@ -0,0 +1,15 @@
|
||||
# powershell -ExecutionPolicy ByPass -File build_windows.ps1
|
||||
|
||||
$env:Path += ";C:\Program Files\Git\bin"
|
||||
|
||||
Remove-Item -Recurse -Force VSCode*
|
||||
Remove-Item -Recurse -Force vscode
|
||||
|
||||
bash ./get_repo.sh
|
||||
|
||||
$Env:SHOULD_BUILD = 'yes'
|
||||
$Env:CI_BUILD = 'no'
|
||||
$Env:OS_NAME = 'windows'
|
||||
$Env:VSCODE_ARCH = 'x64'
|
||||
|
||||
bash ./build.sh
|
||||
Reference in New Issue
Block a user