The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
6 lines
114 B
6 lines
114 B
1 year ago
|
$ErrorActionPreference = "Stop"
|
||
1 year ago
|
cd ..
|
||
|
./emscripten_build.ps1
|
||
1 year ago
|
if ($LASTEXITCODE -eq 0) {
|
||
1 year ago
|
./emscripten_run.ps1
|
||
|
}
|