What’s the best way to do this? My addon extends another addon - it also modifies the Syntax / Language files of various languages to ensure they support shorter character replacements in an output panel…
In short - how do I extract data to multiple folders within the Packages/, Packages/User/ folders? My plugin isn’t standalone yet and I may still go that route but I’d still need to add the data to the various folders…
I could simply use file operations to move files and replace existing files ( backing originals up first ) etc… but I’d prefer not to go that route… The Package Control system is still foreign to me…
I’d like, while the addon is not standalone, for the user to simply be able to add my repo to their Package Control repo list and everything installs properly… When and if I go standalone then I’d like them to add my repo or install it from the list and the same files and folders are affected with the exception of 1…
Any help with this would be much appreciated - I can only find info on setting up a package in Package Control using dependencies ( which force the other addons to be extracted which isn’t something that needs to be done ) and installing to a single folder…