Closed hellokaton closed 6 years ago
If you have a look at the counter example, it has some kind of packaging there. It builds .deb
, .app
OSX bundle (that can easily be packed into dmg
) and .exe
on windows.
I expect more user-friendly solutions to appear (like they appeared for Electron), and I'm open to any ideas.
The counter example can also achieve the effect I want, which is great. I will try it, thank you for your reply.
Hey @zserge , I,m using
go build
to compile a binary file. Are you considering adding cross-platform packaging?Aspect users can generate files such as
exe
,dmg
, which is my idea.