~eliasnaur/gio

1

windows build

Details
Message ID
<CAN_L7j1migA5SRsyoEngpdrvc=7af9qVB7VeGqvwyrqU5WPX4A@mail.gmail.com>
DKIM signature
missing
Download raw message
hey

```
gogio -target windows -arch amd64 -appid ex -icon appicon.png -o
windows/ex_amd64.exe .

gogio -target windows -arch arm64 -appid ex -icon appicon.png -o
windows/ex_arm64.exe .
```


In my case the exe files (one for each ARCH ) end up in the windows
folder, but the .syso files ( one for each ARCH) end up in the folder
I ran the gogio from.

It feels like a bug to me.. I am not that knowledgeable about this though.

https://github.com/gioui/gio-cmd/blob/main/gogio/windowsbuild.go#L211


thanks G
Details
Message ID
<CAMAFT9XM6CghFvtuys_dQ_xwU-rNi2qoqX-GEg=4oq8oESiBkA@mail.gmail.com>
In-Reply-To
<CAN_L7j1migA5SRsyoEngpdrvc=7af9qVB7VeGqvwyrqU5WPX4A@mail.gmail.com> (view parent)
DKIM signature
missing
Download raw message
On Tue, 2 May 2023 at 10:04, Ged Wed <gedw99@gmail.com> wrote:
>
> hey
>
> ```
> gogio -target windows -arch amd64 -appid ex -icon appicon.png -o
> windows/ex_amd64.exe .
>
> gogio -target windows -arch arm64 -appid ex -icon appicon.png -o
> windows/ex_arm64.exe .
> ```
>
>
> In my case the exe files (one for each ARCH ) end up in the windows
> folder, but the .syso files ( one for each ARCH) end up in the folder
> I ran the gogio from.
>
> It feels like a bug to me.. I am not that knowledgeable about this though.
>
> https://github.com/gioui/gio-cmd/blob/main/gogio/windowsbuild.go#L211
>

I don't know the answer, but perhaps Inkeliz (CC'ed) can help us here.

Elias
Reply to thread Export thread (mbox)