Desktop compatibility #2
Loading…
Reference in a new issue
No description provided.
Delete branch "russellteapot:desktop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changelog
shell.resolveand severalfsfunctions to allow use within a regular desktop environment (tested with Lua 5.4)shell.resolve23783dc5d7fsimplementation 0f591f882bprintError1f4e9747bc- `shell.resolve` returns empty path due to failed `realpath` Using `realpath` works with `run_bundle`, because the path exists and can be resolved. This breaks with `run_extract` because theres no path to be found, so the output of `realpath` is empty. Getting `PWD` seems to fix. - Forgot to properly set `attrs.size` - Prepend abs paths with / There's a clash between how CC interprets root path and how an actual root path is: CC considers the computer directory the root of its filesystem.Did a bit of a fucky wucky :(
Pull request closed