aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-07 01:55:46 -0600
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-07 01:55:46 -0600
commit7b3a56ca04e818bd5c1d1998dabde977d960ffe0 (patch)
treecc71f6f6cc8f1f63eaa0a8bcd973e4cc3e2de622 /docker
parent6e156e449a747f7ea8151a6e70c0eb33209c4770 (diff)
Replace lootcli with standalone LOOT GUI AppImage on Linux
- Download LOOT AppImage from GitHub releases on first sort - Pre-seed LOOT settings.toml with game type, path, and masterlist URL - Mount FUSE VFS before launching LOOT, unmount after exit - Copy plugins.txt/loadorder.txt to LOOT local path and back - Fix VFS file timestamps (separate error_code for mtime) - Add directory timestamps to FUSE (was showing 1969) - Stamp plugin files with load-order-based incrementing timestamps - Remove WebEngine dependency on Linux (QTextBrowser fallback) - Enable LOOT sorting for FalloutNV and FalloutTTW - Add unmountVFS() to OrganizerCore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build-inner.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/build-inner.sh b/docker/build-inner.sh
index 01a644d..1bc33e1 100755
--- a/docker/build-inner.sh
+++ b/docker/build-inner.sh
@@ -93,6 +93,7 @@ if [ -d "build/src/src/stylesheets" ]; then
echo "Bundled stylesheets"
fi
+
# ── 7z runtime ──
SO7="build/src/src/dlls/7z.so"
if [ -f "${SO7}" ]; then