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

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 64

  • @catbomber24
    @catbomber24 2 ปีที่แล้ว +3

    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!

    • @coderjeet
      @coderjeet  2 ปีที่แล้ว

      You are welcome

    • @ericksantiagoorozcorangel9449
      @ericksantiagoorozcorangel9449 หลายเดือนก่อน

      file:///C:/Users/davor/OneDrive/Desktop/image.png Someone can help me with this, I don't know which folder you use in vs code for global.js to appear which is the carpet that he used in vs code

  • @sahillalani2
    @sahillalani2 9 หลายเดือนก่อน +1

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

    • @ericksantiagoorozcorangel9449
      @ericksantiagoorozcorangel9449 หลายเดือนก่อน

      file:///C:/Users/davor/OneDrive/Desktop/image.png Someone can help me with this, I don't know which folder you use in vs code for global.js to appear which is the carpet that he used in vs code

  • @harishbinary942
    @harishbinary942 7 หลายเดือนก่อน +1

    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.

  • @leecallaghan4625
    @leecallaghan4625 หลายเดือนก่อน

    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.

    • @ericksantiagoorozcorangel9449
      @ericksantiagoorozcorangel9449 หลายเดือนก่อน

      file:///C:/Users/davor/OneDrive/Desktop/image.png Someone can help me with this, I don't know which folder you use in vs code for global.js to appear which is the carpet that he used in vs code

  • @dogustemizsoy9081
    @dogustemizsoy9081 2 ปีที่แล้ว +1

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

    • @coderjeet
      @coderjeet  2 ปีที่แล้ว

      You are welcome!

  • @javierllanos8741
    @javierllanos8741 ปีที่แล้ว

    Awesome!, Greetings from Colombia.

  • @garrylowther
    @garrylowther 2 ปีที่แล้ว +1

    Another splendid video. Thanks for posting.

    • @coderjeet
      @coderjeet  2 ปีที่แล้ว

      :) Cheers!

    • @ericksantiagoorozcorangel9449
      @ericksantiagoorozcorangel9449 หลายเดือนก่อน

      file:///C:/Users/davor/OneDrive/Desktop/image.png Someone can help me with this, I don't know which folder you use in vs code for global.js to appear which is the carpet that he used in vs code

  • @nourhilal363
    @nourhilal363 ปีที่แล้ว

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

  • @DrEverythingBAlright
    @DrEverythingBAlright ปีที่แล้ว

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

  • @leamon9024
    @leamon9024 2 ปีที่แล้ว +1

    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

    • @coderjeet
      @coderjeet  2 ปีที่แล้ว

      Haven't seen this one.

  • @aer0449
    @aer0449 8 หลายเดือนก่อน

    My god thank you so much for this

  • @mightydudegrafuroam8424
    @mightydudegrafuroam8424 2 ปีที่แล้ว

    Thanks man! Helped a lot.

    • @coderjeet
      @coderjeet  2 ปีที่แล้ว +1

      Glad it did!

  • @Салават-б8ц
    @Салават-б8ц ปีที่แล้ว

    Thank you very much!!!!!!🤩🤩

    • @coderjeet
      @coderjeet  ปีที่แล้ว

      You're welcome!

  • @ROHITSINGH-tt9oq
    @ROHITSINGH-tt9oq ปีที่แล้ว

    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 🙂.

  • @jaypie9092
    @jaypie9092 ปีที่แล้ว

    I installed Electron Builder with npm.....worked 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?

  • @kanishkakumarasiri9257
    @kanishkakumarasiri9257 10 หลายเดือนก่อน

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

  • @shawki22
    @shawki22 ปีที่แล้ว

    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 electron-v24.1.0-win32-x64
    esources\app
    ode_modules\.bin\electron

    • @shawki22
      @shawki22 ปีที่แล้ว

      Update: So I've managed to use Electron Builder to create an unpacked windows and then use Inno and that worked, but I'm still wondering why the binary download didn't work.

  • @PhotonMindAI
    @PhotonMindAI ปีที่แล้ว

    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

  • @hamzazahidulislam3490
    @hamzazahidulislam3490 ปีที่แล้ว

    Thank you so much

  • @ayoubamraoui3757
    @ayoubamraoui3757 2 ปีที่แล้ว

    thank you my brother

    • @coderjeet
      @coderjeet  2 ปีที่แล้ว +1

      You are welcome

  • @parvan7716
    @parvan7716 11 หลายเดือนก่อน

    thank you brother

  • @akila9168
    @akila9168 2 ปีที่แล้ว

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

  • @ogropor
    @ogropor 7 หลายเดือนก่อน +1

    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
      @ogropor 7 หลายเดือนก่อน +1

      i add ; i changed my write folder to home directory/Desktop than it worked. it was in project's directory, so it wont work in dist. this is very important sir maybe we should add this in video

  • @sanjroks
    @sanjroks ปีที่แล้ว

    Thanks a lot.

    • @coderjeet
      @coderjeet  ปีที่แล้ว

      You are welcome! :)

  • @techleads-o6d
    @techleads-o6d ปีที่แล้ว

    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?

  • @Akash-xv5sk
    @Akash-xv5sk ปีที่แล้ว

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

  • @nagarajkandoor
    @nagarajkandoor 2 ปีที่แล้ว

    Hello Jeet,
    I have vscode extension vsix(language server), can i create installer for vscode extensions? Which is non electron app.
    Thanks

    • @coderjeet
      @coderjeet  2 ปีที่แล้ว

      The extensions need to be imported into VSCode. Nothing to do with Electron

  • @SaurabhPandey-e2g
    @SaurabhPandey-e2g 8 หลายเดือนก่อน

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

  • @lb5443
    @lb5443 2 ปีที่แล้ว

    Hi how are you? I would like to ask if you know how to compile a express with electrón app because when I create a exe when I execute this file show me cannot get but in dev dont show that can you help me please, I was working 3 weeks but I cant do that help me

    • @coderjeet
      @coderjeet  2 ปีที่แล้ว +1

      When I think about it, I think you very well can. Setup express in your main.js and run it. Then in your view, just navigate to the localhost url that you set up. That should be enough.

    • @lb5443
      @lb5443 2 ปีที่แล้ว

      @@coderjeet I was able to do so, the only that i need was configure the paths in the app

  • @pew4410
    @pew4410 ปีที่แล้ว

    What to do with backend?

  • @CodeBeep
    @CodeBeep ปีที่แล้ว

    How about creating a Linux app on a Windows machine?

  • @manishkumaryadav784
    @manishkumaryadav784 ปีที่แล้ว

    I want to publish my app on window store and apple store. could you please help me with that, or create a playlist video on that. that will really helpfull. 🙏 y

  • @salemouail627
    @salemouail627 2 ปีที่แล้ว

    thank u so much

    • @coderjeet
      @coderjeet  2 ปีที่แล้ว

      You are most welcome

  • @mdhossen7082
    @mdhossen7082 2 ปีที่แล้ว

    how to set electron icon

  • @mohamedyoussef8835
    @mohamedyoussef8835 2 ปีที่แล้ว

    Awesome Tutorial ++++++++++++++++++++++ Thank You.

  • @manuict4916
    @manuict4916 ปีที่แล้ว

    for mac and linux?

  • @Imaginativeone_DF
    @Imaginativeone_DF 2 ปีที่แล้ว

    How do I package my sqlite file?

    • @coderjeet
      @coderjeet  2 ปีที่แล้ว

      Just put the file in the setup directory. Make it a part of the build

  • @arupde6320
    @arupde6320 2 ปีที่แล้ว

    keep uploading

  • @johnsunday3548
    @johnsunday3548 6 หลายเดือนก่อน

    I kept hitting error back2back

  • @bnproduction9298
    @bnproduction9298 2 ปีที่แล้ว

    disliked it

  • @leonhardeuler4536
    @leonhardeuler4536 4 หลายเดือนก่อน

    I do not see anything here