-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
One of the suggestions for this proposal is that the build tool for the cli would automate a lot of tedious tasks. One of these being adding in application icons if specified. As far as I know, implementing this is platform specific. For android it’d set it in the auto-generated AndroidManifest.xml. For Windows it’d use https://github.com/akavel/rsrc. For osx or linux we'd probably need to use cgo or some other tools. I'm open to suggestions and I'm still exploring options.