Adding keywords and Icon to manifest.yml in Script Compiler

Hi guys,

Just been looking at best practice when it comes to uploading plugins to the Rhino Package Manager.

I noticed when using the Rhino Script Compiler that the manifest.yml is auto generated without any keywords. I’ve taken to adding these myself manually in the .yml file.

Is there anyway to get the Script Compiler to add keywords automatically?

Also - can I add the same question on the icon file and in the manifest - is there a way to automate that with the script compiler?

Thanks

DK

Hi All,

Just as an update here, I’ve just taken to creating my own manifest.yml file and replacing the one created by the script compiler in the .YAK file.

For the icon I just add this to the YAK file and add its reference in the manifest - all working as expected.

FYI - .YAK files are renamed .ZIP files - you can edit there contents if you open them in any .ZIP utility program.

Cheers

DK