From 22e2a6d73eac8aed040f0fa9c9e94dfc9c82020e Mon Sep 17 00:00:00 2001 From: Tim Moore <1232390+angusmaul@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:23:31 +1000 Subject: [PATCH] fix romm: deploy EmulatorJS and Ruffle after the frontend build (#16571) --- install/romm-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/romm-install.sh b/install/romm-install.sh index a9ba78ccd..d55faf209 100644 --- a/install/romm-install.sh +++ b/install/romm-install.sh @@ -136,8 +136,6 @@ else fi fetch_and_deploy_gh_release "romm" "rommapp/romm" "tarball" -fetch_and_deploy_gh_release "ruffle" "ruffle-rs/ruffle" "prebuild" "latest" "/opt/romm/frontend/dist/assets/ruffle" "ruffle-*-web-selfhosted.zip" -fetch_and_deploy_gh_release "EmulatorJS" "EmulatorJS/EmulatorJS" "prebuild" "v4.2.3" "/opt/romm/frontend/dist/assets/emulatorjs" "4.2.3.7z" msg_info "Creating environment file" sed -i 's/^supervised no/supervised systemd/' /etc/redis/redis.conf @@ -214,6 +212,9 @@ ln -sfn "$ROMM_BASE"/resources /opt/romm/frontend/dist/assets/romm/resources ln -sfn "$ROMM_BASE"/assets /opt/romm/frontend/dist/assets/romm/assets msg_ok "Set up RomM Frontend" +fetch_and_deploy_gh_release "ruffle" "ruffle-rs/ruffle" "prebuild" "latest" "/opt/romm/frontend/dist/assets/ruffle" "ruffle-*-web-selfhosted.zip" +fetch_and_deploy_gh_release "EmulatorJS" "EmulatorJS/EmulatorJS" "prebuild" "v4.2.3" "/opt/romm/frontend/dist/assets/emulatorjs" "4.2.3.7z" + msg_info "Configuring Angie" cat <<'EOF' >/etc/angie/http.d/romm.conf upstream romm_backend {