There are often cases where your plugins also come with a gamedata file or a config file. The script doesn't support any of that right now as it only zips the compiled plugin.
It should be just a matter of looping through the entire repository ( or if you want to be more strict tell it to go through scripting/scripting/include/gamedata/config/data/ ) and add the files to the zip script
How would it help you?
It'd help users that want to download the plugin so they have everything that the plugins need in the zip.
What do you want to see added to the extension?
There are often cases where your plugins also come with a gamedata file or a config file. The script doesn't support any of that right now as it only zips the compiled plugin.
It should be just a matter of looping through the entire repository ( or if you want to be more strict tell it to go through
scripting/
scripting/include/
gamedata/
config/
data/
) and add the files to the zip scriptHow would it help you?
It'd help users that want to download the plugin so they have everything that the plugins need in the zip.
How often would you use this feature?
More often than not.