View Single Post
05/03/20, 02:29 AM   #3
Aenathel
 
Aenathel's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2020
Posts: 8
Originally Posted by sirinsidiator View Post
Personally I recommend you do not keep your development version in the AddOns folder, simply because of Minion. It will remove all folders in the root of an addon on update. You can ignore a specific addon update by right clicking it and selecting ignore, but if some other addon were to add the folder for any reason and you update, it will still delete it.

I use some scripts to "build" my addons and copy them to the target folder. That way it doesn't matter even when I just delete the whole folder.
That's a good point. And I can just set up a file watcher to do this for me when I'm developing. I'm going to need those scripts for my release pipeline anyway. Thanks for the insight!
  Reply With Quote