Fix linuxdeploy log directory rename
Since I needed linuxdeploy-plugin-qt that had the --exclude-libraries working I make the github workflows run on my fork and and have this issue when using a newer (+my patch) linuxdeploy submodule.
For context, this adjustment is necessary in response to https://github.com/linuxdeploy/linuxdeploy/commit/2b73a2173f8acfc0269e681bdb28ebf65b0b4b48.
It's a bit unfortunate the move happened as part of "Improve logging of failed subprocesses", since it makes it very hard to see what the actual improvement was (I couldn't spot it).
It's a bit unfortunate the move happened as part of "Improve logging of failed subprocesses", since it makes it very hard to see what the actual improvement was (I couldn't spot it).
You're absolutely right about this. This was rushed a bit. It shouldn't be a big deal to use a tool like Meld and diff the old and new code, though.
At any rate, @dantti please rebase this branch, then we can merge it.
@TheAssassin this is ready to be merged, CI is broken due other stuff (which a few are addressed in another PR)
@TheAssassin ping
rebased again
Sorry for the delay, have not had any time to review this before.
Thanks a lot!