6 lines
89 B
PowerShell
6 lines
89 B
PowerShell
|
|
cd ..
|
|
./emscripten_debug_build.ps1
|
|
if ($LASTEXITCODE -eq 0) {
|
|
./emscripten_run.ps1
|
|
} |