From 7b3a56ca04e818bd5c1d1998dabde977d960ffe0 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Sat, 7 Mar 2026 01:55:46 -0600 Subject: 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 --- docker/build-inner.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'docker') 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 -- cgit v1.3.1