1
0
mirror of https://github.com/kristov/ldraw2stl.git synced 2025-05-16 06:40:10 -07:00
ceade 9a0073a0c5 Hopefully better support for Windows users
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.
2025-03-19 23:41:12 +01:00
..