tc-hib / go-winres

Command line tool for adding Windows resources to executable files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for rsrc_windows_arm64.syso

isaacwein opened this issue · comments

i think the winres.json should have something like

 "processor-architecture": ["x86","amd64","arm","arm64"],
commented

Hi,
This should work :

go-winres make --arch arm64

Feel free to file another issue if it doesn't.

Thanks