Closed akrabu closed 7 months ago
Thanks for the report!
Looks like the issue is actually caused by referring to a file on an external volume, when trying to create a temp directory on the same device, it tries to create a directory under the passed path.
Should be fixed by v0.5 which is building now, which will instead create a temporary directory in the parent directory if a file is passed directly.
Awesome, thanks for the quick fix!
Update: Confirmed working 👍
Using the new v0.4.6, I noticed when I drag a bunch of folders and files, I'll get an error. It seems to only want folders now. It used to be able to work with whatever I threw at it. Seems like it's trying to make a temp file inside the ISO file for some reason.
I basically ran it like:
applesauce compress /path/to/folder /path/to/folder /path/to/isofile /path/to/folder
Removing the ISO from the mix made it work.