aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-29 01:21:57 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-29 01:21:57 -0500
commit9278985013ce92992b7e3d89eea240af4b72d84e (patch)
treeaf5ef05cfbbbd6a00ce1194f8c4aec62eeee056b /docker
parent92a901c07406582b1d823ee1150c749cd9e4212d (diff)
Write logs to instance directory instead of CWD
Logs were being created in the current working directory (defaulting to $HOME when launched from a desktop entry). Now uses the instance directory passed to setLogDirectory() so each instance gets its own logs/ folder. Removes unused FLUORINE_LAUNCH_DIR env var. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build-inner.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/build-inner.sh b/docker/build-inner.sh
index e810ad4..fc7ace5 100755
--- a/docker/build-inner.sh
+++ b/docker/build-inner.sh
@@ -435,7 +435,6 @@ export QT_QPA_PLATFORM_PLUGIN_PATH="${RUN}/qt6plugins/platforms"
# can easily exceed the default 1024
ulimit -n 65536 2>/dev/null
-export FLUORINE_LAUNCH_DIR="${PWD}"
cd "${RUN}"
exec "${RUN}/ModOrganizer-core" "$@"
LAUNCH
@@ -670,7 +669,6 @@ export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-KDE}"
# can easily exceed the default 1024
ulimit -n 65536 2>/dev/null
-export FLUORINE_LAUNCH_DIR="${PWD}"
cd "${APPIMAGE_DIR}"
exec "${BIN}/ModOrganizer-core" "$@"
APPRUN