yoshiask / FluentStore

A unifying frontend for Windows app stores and package managers
Mozilla Public License 2.0
370 stars 19 forks source link

Allow loading of package sources at runtime #29

Closed yoshiask closed 2 years ago

yoshiask commented 2 years ago

Currently, package sources are defined directly in the FluentStore.SDK assembly. This means that package sources can't be added or updated without an app update. Many of the breaking issues in Fluent Store are with package sources and not the app itself, so separating the two should allow for quicker bugfixes and features. It would also mean that those wishing to make their own source do not have to contribute to Fluent Store, and as such do not require approval from Fluent Store devs.

This issue could also solve #25, though it is not required