fyne-cross icon indicating copy to clipboard operation
fyne-cross copied to clipboard

Windows Release Builds on non Windows-host

Open stuartmscott opened this issue 3 years ago • 2 comments

It is currently not possible to build release binaries for windows. Could the required dependency be bundled into a docker image?

stuartmscott avatar Feb 05 '21 23:02 stuartmscott

I imagine you're referring to build a windows release from a linux/unix host. If so, the challenge here is to have the tools needed to create a windows release running on linux (if possible). Help from windows expert is welcome :-)

lucor avatar Feb 07 '21 11:02 lucor

Currently Fyne CLI is using signtool.exe to sign the binary and makeappx.exe to create the app package.

It looks like we could use osslsigncode to sign the binary.

So if we found a way to create an app it should be possible.

lucor avatar Apr 15 '22 07:04 lucor