GoFileBinder
GoFileBinder copied to clipboard
可以加入自定义图标吗
当然可以了,请看这篇文章按照操作就可以添加了
https://studygolang.com/articles/29850?fr=sidebar
当然可以了,请看这篇文章按照操作就可以添加了 https://studygolang.com/articles/29850?fr=sidebar
最后捆绑生成的Yihsiwei.exe用这个没法更换图标,能不能加一个这个功能
我改了一下可以加图标,可以看看https://github.com/F6JO/GoFileBinder
我改了一下可以加图标,可以看看https://github.com/F6JO/GoFileBinder
您的版本控制台无限输出dabao.exe
我改了一下可以加图标,可以看看https://github.com/F6JO/GoFileBinder
您的问题图输出dabao.exe
手动执行Yihsiwei.bat看哪里报错
我改了一下可以加图标,可以看看https://github.com/F6JO/GoFileBinder
您的问题图输出dabao.exe
手动执行Yihsiwei.bat看哪里报错
main.go:11:2: no required module provides package github.com/lxn/win: go.mod file not found in current directory or any parent directory; see 'go help modules'
我改了一下可以加图标,可以看看https://github.com/F6JO/GoFileBinder
您的问题图输出dabao.exe
手动执行Yihsiwei.bat看哪里报错
下载github/lxn/win包。或者删除文件中的win.ShowWindow(win.GetConsoleWindow(), win.SW_HIDE)和github.com/lxn/win改为-ldflags="-H windowsgui"
下载github/lxn/win包。或者删除文件中的win.ShowWindow(win.GetConsoleWindow(), win.SW_HIDE)和github.com/lxn/win改为-ldflags="-H windowsgui"
已经运行了go get github/lxn/win命令 而且没报错 应该安装成功了。但是还是显示缺少model无法编译