We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10b4c5 commit 7eee84dCopy full SHA for 7eee84d
.github/workflows/main.yml
@@ -39,12 +39,14 @@ jobs:
39
cd examples/simple;
40
windres -i emptyProject/Debug/resource.res -O coff -o vsui.syso;
41
go build -ldflags="-s -w -H windowsgui"
42
-
+ - name: Install go-winres
43
+ run: go install github.com/tc-hib/go-winres@latest
44
# 取消 winres调用。 生成的资源文件会变成乱码,暂时不知道如果解决。 发布 wowjump release之前需要手动生成 ui.syso.
45
# windres -i ui/ui.rc -O coff -o ui.syso;
46
- name: check wowjump
47
run:
48
cd examples/wowjump;
49
+ go-winres make --in ui/ui.rc --out ui.syso --arch amd64;
50
go generate;
51
52
0 commit comments