diff options
Diffstat (limited to 'docker/build-inner.sh')
| -rwxr-xr-x | docker/build-inner.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/build-inner.sh b/docker/build-inner.sh index 0bcb8b0..d4d3755 100755 --- a/docker/build-inner.sh +++ b/docker/build-inner.sh @@ -71,7 +71,9 @@ find build/libs -type f \( \ -name "libform43_checker_native.so" -o \ -name "libscript_extender_checker_native.so" -o \ -name "libpreview_dds_native.so" -o \ - -name "libbasic_games_native.so" \ + -name "libbasic_games_native.so" -o \ + -name "librootbuilder_native.so" -o \ + -name "libinstaller_omod_native.so" \ \) -exec cp -f {} "${OUT_DIR}/plugins/" \; # Python plugin loader (small — kept for optional Python support). |
