There's currently an assets.go in both this repo and the gotapdance one. The decoy-registrar (now living in this conjure repo) relies heavily on the conjure-based assets, which means the gotapdance client should also use that one (otherwise, any local changes the client makes to assets will be ignored when it uses the decoy-registrar).
However, there are still some vestigial references in this conjure repository for gotapdance assets. This PR fixes that, and exclusively uses the assets provided by conjure (github.com/refraction-networking/conjure/pkg/client/assets).
There's currently an assets.go in both this repo and the gotapdance one. The decoy-registrar (now living in this conjure repo) relies heavily on the conjure-based assets, which means the gotapdance client should also use that one (otherwise, any local changes the client makes to assets will be ignored when it uses the decoy-registrar).
However, there are still some vestigial references in this conjure repository for gotapdance assets. This PR fixes that, and exclusively uses the assets provided by conjure (
github.com/refraction-networking/conjure/pkg/client/assets
).