Packaging & Distributing your Electron App - How to create a redistributable setup

preview_player
Показать описание
Links from the video

So you've finished coding your Electron app. What now? You need to distribute it too the end-users so that they can see your awesome work.

You need to package your app and make a setup to distribute it. In this video I will show you multiple methods to do that, and will also show you how to make a setup for your application on the Windows operating system.

Check it out!

Don't forget to hit like and subscribe to my channel if you found this video useful.
Рекомендации по теме
Комментарии
Автор

Man I've been struggling for so long trying to build it with electron builder and electron packager but none of the tutorials worked. This worked first try. Thanks!

catbomber
Автор

amazing video, distributing my first electron JS application and you explained everything so well. thanks.

sahillalani
Автор

thank you Cyril sir., this is what am exactly looking for months., less developers on electron., tired of searching to solutions., once again thank you sir.

harishbinary
Автор

This is a pure amazing video . This really helped me out . Nice of you to show what can go wrong and how to fix it, not many peolle do that . Subscribed.

leecallaghan
Автор

Amazing electron tutorials, i have searched everywhere still couldn't manage to find solutions. Thankyou coderjeet. On point detailed and working solutions

dogustemizsoy
Автор

Another splendid video. Thanks for posting.

garrylowther
Автор

Hey, How to configure the sqlite .db file in this. I got an error saying cannot open sqlite.

kanishkakumarasiri
Автор

I installed Electron Builder with perfectly for a few days, then went to build a project and got an error saying "'electron-builder' is not recognized as an internal or external command,
operable program or batch file." So I installed it again and it worked fine....is this normal?

jaypie
Автор

this is exactly what I have been looking for, and you explain it very well. Thank you so much, subscribed 👍

nourhilal
Автор

bro i need you help i build a electron js with nodejs window desktop application in which i generate video snapshot by taking video path and number of snapshot from the user . in dev mode it's working good but after making build package when i run .exe file and give video path and no of snapshot then it's give error ffprobe related because i'm using ffmpeg binary files so user don't have to install ffmpeg separately

PhotonMindAI
Автор

Thank you very much. This is exactly what I was looking for.

DrEverythingBAlright
Автор

Hello, thanks for sharing. Did you run into a problem where it threw an exception saying tmp.node is not a valid win32 application? I packaged my application using electron-packager, everything works fine in my windows 10. But exception is being thrown in another windows 10 machine. The two machines have same OS, and both are 64 bit. It already took me a couple of days to figure out. Any help would be appreciated. Thanks

leamon
Автор

My god thank you so much for this <3

aer
Автор

How to logout a user when i click window close button?

Akash-xvsk
Автор

So I'm trying to do this in Windows, I code using WSL and using your instructions, and I managed to make the exe that runs with the binary, but when I try to compile with Inno, it has an error saying "The File cannot be accessed by the system", specifically when the compiling reaches

shawki
Автор

thank you. i used "npx electron-packager ." but after executable file (dist) not working/crashing (closes itself) on mac if you use fs module in your code (writing files etc) :( any solution ?

ogropor
Автор

It is having around 500 mb set up how to reduce it .

SaurabhPandey-eg
Автор

Hello Jeet, Please make a video or assist me in demonstrating how to publish the release notes and changelog using Electron Builder and the GitHub service.
I created a CI/CD pipeline, automated release management, and simultaneous release of release notes. But I also want to simultaneously publish the changelog.
Thanks in advance 🙂.

ROHITSINGH-ttoq
Автор

Hi I tried electron packager. Error sqlite error no such table.
I have changed package.json index.js path

akila
Автор

Sir, can you make a video for Mac as well? because for MacBook. When I extracted the release after that there were no files just was electron app. Then I have copy and paste my complete project as you mentioned in the extracted folder but my app did not run in the release. Also, acknowledge me which tool should I use to make a package like one folder?

techleads-od