fyne-io / fyne-cross

Cross compiler tool for Fyne apps
BSD 3-Clause "New" or "Revised" License
251 stars 52 forks source link

Compiling for Windows doesn't set the Icon correctly #155

Closed EinsKatze closed 1 year ago

EinsKatze commented 1 year ago

Describe the bug:

When using fyne-cross to compile for Windows, the Icon specified only gets set for the File in the Explorer but does not show on the Application when running it.

To Reproduce:

Steps to reproduce the behaviour:

  1. Create a basic Fyne Application
  2. Create a FyneApp.toml and specify an Icon (or specify the Icon in the fyne-cross command)

Device and debug info (please complete the following information):

Device info
Bluebugs commented 1 year ago

I think this is because we are not using fyne build to build the application, so we are missing some metadata being set. I should look into it in the coming days as I think it would be great to get all the metadata working with fyne-cross too.

Bluebugs commented 1 year ago

This is now fixed in develop.