-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Labels
Description
I want to migrate my app to use flavors, because it is a modular app and we publish two versions with different features included.
Hover should support --flavor and use go/hover.yaml to determine the flavor config. That should include the application, executable and package name, license, and target.
This feature shouldn't be too hard to implement, because the existing config can be used to create a list of the above mentioned config keys per flavor.
The icon should also be easy, because we can just do something like icon-${flavor}.png and copy it to the alread used icon.png.
So backwards compatability should be easy to maintain.
Thoughts @GeertJohan @pchampio ?