aboutsummaryrefslogtreecommitdiff
path: root/docker/AppRun.sh
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-29 01:28:24 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-29 01:28:24 -0500
commit7635739e9ba79a932e5b0e1e708d92eb6ce1ba16 (patch)
tree95584b453d35f812534ff40ab17009b9a5e0c89e /docker/AppRun.sh
parente0f6eb0d84411fc93fba84ed5ecb38f78513e67b (diff)
Finalize Linux build cleanup
Diffstat (limited to 'docker/AppRun.sh')
-rw-r--r--docker/AppRun.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/AppRun.sh b/docker/AppRun.sh
index 41d1223..e106cce 100644
--- a/docker/AppRun.sh
+++ b/docker/AppRun.sh
@@ -61,7 +61,7 @@ sync_dir_overwrite_files() {
# ── Extract/sync writable dirs ──
sync_dir_overwrite_files "plugins"
-sync_dir_overwrite_files "dlls"
+sync_dir_overwrite_files "lib"
sync_dir_overwrite_files "python"
# Some existing Windows portable setups include plugins/plugin_python with
@@ -109,10 +109,10 @@ if [ -d "${HERE}/usr/translations/qtwebengine_locales" ]; then
fi
# Tell the app to use the writable dirs next to the AppImage.
-# MO2_BASE_DIR overrides qApp->applicationDirPath() for plugin/dll discovery.
+# MO2_BASE_DIR overrides qApp->applicationDirPath() for plugin/library discovery.
export MO2_BASE_DIR="${APPIMAGE_DIR}"
export MO2_PLUGINS_DIR="${APPIMAGE_DIR}/plugins"
-export MO2_DLLS_DIR="${APPIMAGE_DIR}/dlls"
+export MO2_LIBS_DIR="${APPIMAGE_DIR}/lib"
MO2_PYTHON_BUNDLED="${HERE}/usr/share/fluorine/python"
if [ -d "${MO2_PYTHON_BUNDLED}/lib" ]; then
export MO2_PYTHON_DIR="${MO2_PYTHON_BUNDLED}"