- publish_download(+Infos, +Options) is semidet[private]
- register_downloads(+Infos, +Options) is det[private]
- Register our downloads with the pack server. The publish_download/2
version is used to register a specific pack after successfully
installing the pack. In this scenario, we
- call register_downloads/2 with
publish(Pack)
that must be
a no-op.
- build and test the pack
- call publish_download/2, which calls register_downloads/2
after replacing
publish(Pack)
by do_publish(Pack)
.