Skip to content

How would I rebar3 release a graphical application? #2861

Closed Answered by ferd
nixxquality asked this question in Q&A
Discussion options

You must be logged in to vote
  1. no
  2. not by default. fancier solutions like creating shortcuts that run things in the background are not something we ever tackled, but releases can be created to be async and less visible
  3. yeah, but it requires starting the release either in foreground mode (with the release script) while detaching from the process when it is invoked (eg. $ <command> & in a bash shell), or using the daemon mode (which uses named pipes)
  4. "when the application ends" here is ambiguous a bit: the wx windows are held in a distinct set of Erlang processes, and they are allowed to live and die independently from the rest of the system. That's what would, for example, let you open up observer and then kill it witho…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by nixxquality
Comment options

You must be logged in to vote
1 reply
@ferd
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants