zserge / lorca

Build cross-platform modern desktop apps in Go + HTML5
MIT License
8.04k stars 535 forks source link

Is there a plan for packaging features? #17

Closed hellokaton closed 6 years ago

hellokaton commented 6 years ago

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.

zserge commented 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.

hellokaton commented 6 years ago

The counter example can also achieve the effect I want, which is great. I will try it, thank you for your reply.