mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
11 lines
151 B
PowerShell
11 lines
151 B
PowerShell
|
|
$path_root = git rev-parse --show-toplevel
|
|
|
|
& "$PSScriptRoot/build_and_run_gen_src_pass"
|
|
|
|
Push-Location $path_root
|
|
|
|
& build.bat release
|
|
|
|
Pop-Location
|