info.json
only contains pkg
information for installer_type: all
#814
Labels
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
The output files have generic names like
info.json
. When creating bothpkg
andsh
installers,constructor
does notdistinguish between the two when creating output files so thatoutput information on theinfo.json
is overwrittensh
installer.It is of course possible to just call them
info.sh.json
andinfo.pkg.json
, but I propose a different naming scheme:<installer name>_info.json
. While this will make file names longer, it makes file names unique and directly tied to the installer and simplifies the work of users: if multiple installers are built into one directory or uploaded to a GitHub release, the user will not have to do any sort of renaming to make sure files are not overwritten.An alternative is to output the information of both installer types into the
info.json
file.Conda Info
No response
Conda Config
No response
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: