Loading
soulseekqt: don’t linger in a read-only directory after installing
It appears that the strip phase assumes that CWD is writable now (when using
mktemp) and will otherwise fail with:
mktemp: failed to create file via template 'striperr.XXXXXX': No such file or directory
We now avoid this error by sticking to the build-directory and referencing files
from the AppImage by path.
References: #248569