Lameguy64 / mkpsxiso

ISO disc image maker written specifically for PlayStation homebrew development
GNU General Public License v2.0
223 stars 36 forks source link

directory_tree "srcdir" attribute not working in v2.04? #49

Open spinningacorn opened 7 months ago

spinningacorn commented 7 months ago

I recently updated from v1.26 to v2.04 and my previously working XML files are now displaying "File not found" errors. The path shown in the log shows that the base directory I defined using the src_dir attribute for "directory_tree" is not being used to locate the files, the path shows the same base directory as the XML file.

Not a major problem. Could work around it by rewriting everything to use absolute paths or moving the XML elsewhere. Just wanted to report because it seems like an unintended regression.