crystal-lang / shards

Dependency manager for the Crystal language
Other
765 stars 102 forks source link

Shard executables not being copied to dependent app #320

Closed jgaskins closed 4 years ago

jgaskins commented 4 years ago

In my shard's shard.yml, I've specified an executable. It gets built (when I look in lib/grpc/bin I see the compiled executable there) but it does not get installed into my app that uses that shard.

This feels like a bug since the shards spec says that executables will be copied to the bin folder of the dependent project.

jgaskins commented 4 years ago

Looks like this is fixed in the latest version. :100: