Sarrus1 / sourcepawn-studio

VSCode extension for SourcePawn scripting
https://sarrus1.github.io/sourcepawn-studio/
MIT License
147 stars 23 forks source link

CI, Add support to zipping other files including includes, config files, gamedata and such #270

Closed tsuza closed 1 year ago

tsuza commented 1 year ago

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 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.

How often would you use this feature?

More often than not.

tsuza commented 1 year ago

282

tsuza commented 1 year ago

The PR has been merged.