Closed jgaskins closed 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.
shard.yml
lib/grpc/bin
This feels like a bug since the shards spec says that executables will be copied to the bin folder of the dependent project.
shards
bin
Looks like this is fixed in the latest version. :100:
In my shard's
shard.yml
, I've specified an executable. It gets built (when I look inlib/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 thebin
folder of the dependent project.