Skip to content

Commit

Permalink
Make emscripten snapshots use starcatcher as the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
LBPHacker committed Mar 6, 2024
1 parent 7cd684c commit f47d0a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f47d0a9

Please sign in to comment.