diff --git a/.github/build.sh b/.github/build.sh index 3766d9d29..f12b0e0e8 100755 --- a/.github/build.sh +++ b/.github/build.sh @@ -290,6 +290,10 @@ if [[ $RELEASE_TYPE == snapshot ]] && [[ $MOD_ID != 0 ]]; then fi if [[ $RELEASE_TYPE == snapshot ]] || [[ $MOD_ID != 0 ]]; then meson_configure+=$'\t'-Dupdate_server=starcatcher.us/TPT + if [[ $BSH_HOST_PLATFORM == emscripten ]]; then + meson_configure+=$'\t'-Dserver=tptserv.starcatcher.us + meson_configure+=$'\t'-Dstatic_server=tptserv.starcatcher.us/Static + fi fi if [[ $RELEASE_TYPE != dev ]]; then meson_configure+=$'\t'-Dignore_updates=false