asticode / go-astilectron-bundler

Bundle your Astilectron app with ease
MIT License
127 stars 67 forks source link

launch daemon fail when package the app #68

Closed akzhou closed 4 years ago

akzhou commented 4 years ago

@asticode why I could launch a daemon by bash shell from app (go run main.go) or terminal, but not work when package from "astilectron-bundler".

asticode commented 4 years ago

Maybe the path you provide for your bash shell is valid when running from app, but invalid after packaging. Can you share some code so that I can take a look?

akzhou commented 4 years ago

oh, It's the daemon pid path error,thanks!! :)

asticode commented 4 years ago

Cheers