Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron Integration and Packaging for Mac, Windows and Linux #138

Closed
wants to merge 2 commits into from

Conversation

vikilabs
Copy link

@vikilabs vikilabs commented Mar 23, 2019

Hi Buddy,

I like your work. I have integrated your application with electorn.js and also packaged the application to
.dmg, .exe and .deb format for all platforms.

Testing app with electron:
$npm start .

Packaging Steps: To package you need to do the following

$brew install yarn
$rm -rf yarn.lock package-lock.json node_modules
$yarn add electron-builder --dev
$yarn install
$yarn dist

After executing the above commands you can see the list of packaged binaries in ./dist folder

If you think these changes are useful and if you have not started already. You can reply to my pull request.

Thanks,
Viki

@1j01
Copy link
Owner

1j01 commented Jul 7, 2019

Hi, I've actually already done a lot of work on an electron app (and I've had it sitting in a branch for a long time); now I've finally merged it into master; it's not ready, but if you want to try it out, see #2 (comment)

@1j01 1j01 closed this Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants