armandoalonso / c3IDE

An Integrated Development Environment For Construct 3 Plugins
GNU General Public License v3.0
22 stars 4 forks source link

Make addons bundleable by default #64

Closed skymen closed 3 years ago

skymen commented 3 years ago

You should add this._info.SetCanBeBundled(true); by default in every addons.

Bundling an addon should be opt out, not opt in. It has caused me many time to have to push an update for several addons where I missed that line because I did not pay attention.

armandoalonso commented 3 years ago

adding this to next build

armandoalonso commented 3 years ago

deployed in build 79