mirror of
https://github.com/kristov/ldraw2stl.git
synced 2025-05-16 06:40:10 -07:00
I was concatenating paths together using the unix slash `/`. This change used `File::Spec::catpath` instead, however I haven't been able to test it on Windows, and there may be other path issues. Also note: without debugging on the user doesn't see when files are not found (eg: due to path issues), so it silently creates an empty STL file.