shamblett / sbom

An SBOM generator for Dart packages
MIT License
6 stars 2 forks source link

use path join to build the licenseDirectory path #13

Closed aviadkam closed 10 months ago

aviadkam commented 10 months ago

There is an issue running the code on Windows machines because the folder separator on Windows is '/' and on Mac is '.' A best practice is to use path.join() in stead of hardcoding the path.

shamblett commented 10 months ago

Yes your right, I have used join in the rest of the package but not here for some reason.

Merged, package re released at version 2.0.2