asticode / go-astilectron-bundler

Bundle your Astilectron app with ease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I package an executable file into an osx app

weiki-li opened this issue · comments

How do I package an executable file into an osx app

Are you looking to package an astilectron project, or any kind of executable?

I want to package any kind of executable to output app

This article would be a good start. Bare in mind that I've just done a simple Google search with the terms "how to create macosx app from executable".
Otherwise you can dig in the code of this project.

What does "go_binary_path" do?Can I configure the executable to go to "go_binary_path"

Read the article first, it's pretty straight forward

I read the article,but I mean I wrote the page(js/html/css) myself, and the executable is a go service that provides the page data,so I want to use go-astilectron-bundler to package my page and go service into app/exe

Then I'd suggest you check the demo out to see how you can use go-astilectron and its bundler to bundle your app.