[2.7d]
Fixed
- [AppImage] Portable mode not saving settings on Linux (#60)
Fixed a bug where the AppImage version was trying to writeportable.json
inside the read-only squashfs mountpoint (/tmp/.mount_XXX/usr/bin/...)
instead of the actual.AppImagefile's directory.
The_get_executable_dir()function now correctly detects theAPPIMAGE
environment variable and resolves the writable directory from it,
ensuring settings and profiles are persisted across sessions.