DrakeVisualizer.jl
DrakeVisualizer.jl copied to clipboard
Automatically update Director binaries in Pkg.build()
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.
The workaround for now is to have users do:
DrakeVisualizer.delete_director_binaries()
Pkg.build("DrakeVisualizer")