Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Instructions for building executable from the Electron build?

Congrats on the release!  I’ve been using the Electron release built locally but would like to have an executable instead of cd’ing to a directory and manually running it in the terminal on my Mac.  Are there any docs on that?

Another one about git too, is there an equivalent in the Electron app of “git reset —hard [path]”.  As an example, say I’m on my branch with a bunch of commits, I checkout master and pull it, switch back to my branch and rebase it on master.  Things go horribly wrong in the rebase and I just want my branch back.  Command line I just do “git reset —hard origin/myBranch”.

Cheers,
Ken

Back to the top