Make emscripten snapshots use starcatcher as the backend

This commit is contained in:
Tamás Bálint Misius 2024-03-06 22:06:19 +01:00
parent 7cd684ccfe
commit f47d0a9828
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

4
.github/build.sh vendored
View File

@ -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