DrakeVisualizer.jl icon indicating copy to clipboard operation
DrakeVisualizer.jl copied to clipboard

Automatically update Director binaries in Pkg.build()

Open rdeits opened this issue 8 years ago • 1 comments

Right now we only download Director binaries if they're missing. We should also download them if they are older than the release specified in build.jl.

rdeits avatar Feb 27 '17 18:02 rdeits

The workaround for now is to have users do:

DrakeVisualizer.delete_director_binaries()
Pkg.build("DrakeVisualizer")

rdeits avatar Feb 27 '17 18:02 rdeits