tap-release icon indicating copy to clipboard operation
tap-release copied to clipboard

Support multiple assets

Open pierredup opened this issue 7 years ago • 3 comments

With the current configuration, it's only possible to publish a single asset in a tap. Homebrew supports adding additional assets as downloadable resources that can be installed, which can be supported by specifying an array of assets that can be used in the tap template

pierredup avatar Sep 04 '18 10:09 pierredup

Interesting! Sounds like a handy thing to add.

Any chance you could show a hypothetical config syntax based on what you need for infection/homebrew-infection#2?

toolmantim avatar Sep 05 '18 06:09 toolmantim

ping @pierredup :)

maks-rafalko avatar Sep 18 '18 09:09 maks-rafalko

This would be specially interesting now that homebrew supports linux and windows as well. https://github.com/Homebrew/brew/blob/master/docs/Linuxbrew.md

In my case, electron-builder generates assets for all platforms so I'd like to add them all to homebrew+tap-release.

brunolemos avatar Feb 23 '19 04:02 brunolemos